AppOnChainTransactionParams
Extends
Properties
applicationID
applicationID:
AppID
The application that was called
Source
createdApplicationID
createdApplicationID:
AppID
The application created by this application call
Source
createdAssetID
createdAssetID:
AssetID
The asset created by this application call
Source
fee
fee:
uint64
The fee paid for this transaction
Inherited from
CommonOnChainTransactionParams
.fee
Source
firstValid
firstValid:
uint64
The first valid round for this transaction
Source
groupIndex
groupIndex:
uint64
The index of this transaction in its group
Inherited from
CommonOnChainTransactionParams
.groupIndex
Source
lastLog
lastLog:
Brand
<string
,"bytes"
>
The last log emitted by this application call
Source
lastValid
lastValid:
uint64
The last valid round for this transaction
Source
loadScratch
loadScratch: (
slot
) =>unknown
Load the value in the given scratch slot. MUST use an as
expression to specify the value type.
Parameters
• slot: uint64
Returns
unknown
Example
Source
note
note:
string
The note field for this transaction
Inherited from
CommonOnChainTransactionParams
.note
Source
numAccounts
numAccounts:
uint64
The number of accounts in the foreign accounts array
Source
numAppArgs
numAppArgs:
uint64
The number of application arguments
Source
numApplicatons
numApplicatons:
uint64
The number of applications in the foreign applications array
Source
numApprovalProgrammPages
numApprovalProgrammPages:
uint64
The number of pages used by the approval program
Source
numAssets
numAssets:
uint64
The number of assets in the foreign assets array
Source
numClearStateProgramPages
numClearStateProgramPages:
uint64
The number of pages used by the clear state program
Source
numLogs
numLogs:
uint64
The number of logs emitted by this application call
Source
rekeyTo
rekeyTo:
Address
If set, changes the authAddr of sender
to the given address
Inherited from
CommonOnChainTransactionParams
.rekeyTo
Source
sender
sender:
Address
The sender of this transaction. This is the account that pays the fee (if non-zero)
Inherited from
CommonOnChainTransactionParams
.sender
Source
txID
txID:
string
The transaction ID for this transaction
Inherited from
CommonOnChainTransactionParams
.txID