Skip to content

PendingTransactionResponse

PendingTransactionResponse: object

Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.

Type declaration

application-index?

optional application-index: number

The application index if the transaction was found and it created an application.

asset-closing-amount?

optional asset-closing-amount: number

The number of the asset’s unit that were transferred to the close-to address.

asset-index?

optional asset-index: number

The asset index if the transaction was found and it created an asset.

close-rewards?

optional close-rewards: number

Rewards in microalgos applied to the close remainder to account.

closing-amount?

optional closing-amount: number

Closing amount for the transaction.

confirmed-round?

optional confirmed-round: number

The round where this transaction was confirmed, if present.

global-state-delta?

optional global-state-delta: StateDelta

inner-txns?

optional inner-txns: PendingTransactionResponse[]

Inner transactions produced by application execution.

local-state-delta?

optional local-state-delta: AccountStateDelta[]

Local state key/value changes for the application being executed by this transaction.

logs?

optional logs: string[]

Logs for the application being executed by this transaction.

pool-error

pool-error: string

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.

receiver-rewards?

optional receiver-rewards: number

Rewards in microalgos applied to the receiver account.

sender-rewards?

optional sender-rewards: number

Rewards in microalgos applied to the sender account.

txn

txn: unknown

The raw signed transaction.

Defined in

types.gen.ts:743