Skip to content

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.

optional appId: 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.


optional assetClosingAmount: 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.


optional assetId: 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.


optional closeRewards: bigint

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:34

Rewards in microalgos applied to the close remainder to account.


optional closingAmount: bigint

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:39

Closing amount for the transaction.


optional confirmedRound: bigint

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:49

The round where this transaction was confirmed, if present.


optional globalStateDelta: StateDelta

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:70


optional innerTxns: PendingTransactionResponse[]

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:80

Inner transactions produced by application execution.


optional localStateDelta: 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.


optional logs: Uint8Array[]

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:75

Logs for the application being executed by this transaction.


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.


optional receiverRewards: bigint

Defined in: packages/algod_client/src/models/pending-transaction-response.ts:59

Rewards in microalgos applied to the receiver account.


optional senderRewards: 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.