Interface AddressWithDelegatedLsigSigner

Something that has an Algorand address associated with it. It could be logic sig, single-signer account, multisig, app, etc.

interface AddressWithDelegatedLsigSigner {
    address: Address;
    delegatedLsigSigner: DelegatedLsigSigner;
}

Hierarchy (view full)

Properties

address: Address
delegatedLsigSigner: DelegatedLsigSigner

Generated using TypeDoc