PendingTransactionResponse
PendingTransactionResponse =
object
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:20
Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.
Properties
Section titled “Properties”appId?
Section titled “appId?”
optionalappId:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:29
The application index if the transaction was found and it created an application.
assetClosingAmount?
Section titled “assetClosingAmount?”
optionalassetClosingAmount:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:44
The number of the asset’s unit that were transferred to the close-to address.
assetId?
Section titled “assetId?”
optionalassetId:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:24
The asset index if the transaction was found and it created an asset.
closeRewards?
Section titled “closeRewards?”
optionalcloseRewards:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:34
Rewards in microalgos applied to the close remainder to account.
closingAmount?
Section titled “closingAmount?”
optionalclosingAmount:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:39
Closing amount for the transaction.
confirmedRound?
Section titled “confirmedRound?”
optionalconfirmedRound:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:49
The round where this transaction was confirmed, if present.
globalStateDelta?
Section titled “globalStateDelta?”
optionalglobalStateDelta:StateDelta
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:70
innerTxns?
Section titled “innerTxns?”
optionalinnerTxns:PendingTransactionResponse[]
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:80
Inner transactions produced by application execution.
localStateDelta?
Section titled “localStateDelta?”
optionallocalStateDelta:AccountStateDelta[]
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:69
Local state key/value changes for the application being executed by this transaction.
optionallogs:Uint8Array[]
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:75
Logs for the application being executed by this transaction.
poolError
Section titled “poolError”poolError:
string
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:54
Indicates that the transaction was kicked out of this node’s transaction pool (and specifies why that happened). An empty string indicates the transaction wasn’t kicked out of this node’s txpool due to an error.
receiverRewards?
Section titled “receiverRewards?”
optionalreceiverRewards:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:59
Rewards in microalgos applied to the receiver account.
senderRewards?
Section titled “senderRewards?”
optionalsenderRewards:bigint
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:64
Rewards in microalgos applied to the sender account.
txn:
SignedTransaction
Defined in: packages/algod_client/src/models/pending-transaction-response.ts:85
The raw signed transaction.