Interface AddressWithMxBytesSigner

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

interface AddressWithMxBytesSigner {
    address: Address;
    mxBytesSigner: MxBytesSigner;
}

Hierarchy (view full)

Properties

address: Address
mxBytesSigner: MxBytesSigner

Generated using TypeDoc