Preparing search index...
The search index is not available
algosdk
algosdk
AddressWithDelegatedLsigSigner
Interface AddressWithDelegatedLsigSigner
An address paired with a signer able to delegate a LogicSig to it.
interface
AddressWithDelegatedLsigSigner
{
address
:
Address
;
delegatedLsigSigner
:
DelegatedLsigSigner
;
}
Hierarchy (
view full
)
Addressable
AddressWithDelegatedLsigSigner
Index
Properties
address
delegated
Lsig
Signer
Properties
address
address
:
Address
delegated
Lsig
Signer
delegated
Lsig
Signer
:
DelegatedLsigSigner
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
address
delegated
Lsig
Signer
algosdk
indexerModels
modelsv2
ABIReferenceType
ABITransactionType
AtomicTransactionComposerStatus
IntDecoding
OnApplicationComplete
TransactionType
ABIAddressType
ABIArrayDynamicType
ABIArrayStaticType
ABIBoolType
ABIByteType
ABIContract
ABIInterface
ABIMethod
ABIStringType
ABITupleType
ABIType
ABIUfixedType
ABIUintType
Loading...
Generated using
TypeDoc
An address paired with a signer able to delegate a LogicSig to it.