Interface AddressWithTransactionSigner

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

interface AddressWithTransactionSigner {
    address: Address;
    txnSigner: TransactionSigner;
}

Hierarchy (view full)

Properties

Properties

address: Address

Generated using TypeDoc