Preparing search index...
The search index is not available
algosdk
algosdk
AddressWithProgramDataSigner
Interface AddressWithProgramDataSigner
An address paired with a signer able to sign program data on its behalf.
interface
AddressWithProgramDataSigner
{
address
:
Address
;
programDataSigner
:
ProgramDataSigner
;
}
Hierarchy (
view full
)
Addressable
AddressWithProgramDataSigner
Index
Properties
address
program
Data
Signer
Properties
address
address
:
Address
program
Data
Signer
program
Data
Signer
:
ProgramDataSigner
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
address
program
Data
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 sign program data on its behalf.