Interface Addressable

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

interface Addressable {
    address: Address;
}

Hierarchy (view full)

Properties

Properties

address: Address

Generated using TypeDoc