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?
optionalapplication-index:number
The application index if the transaction was found and it created an application.
asset-closing-amount?
optionalasset-closing-amount:number
The number of the asset’s unit that were transferred to the close-to address.
asset-index?
optionalasset-index:number
The asset index if the transaction was found and it created an asset.
close-rewards?
optionalclose-rewards:number
Rewards in microalgos applied to the close remainder to account.
closing-amount?
optionalclosing-amount:number
Closing amount for the transaction.
confirmed-round?
optionalconfirmed-round:number
The round where this transaction was confirmed, if present.
global-state-delta?
optionalglobal-state-delta:StateDelta
inner-txns?
optionalinner-txns:PendingTransactionResponse[]
Inner transactions produced by application execution.
local-state-delta?
optionallocal-state-delta:AccountStateDelta[]
Local state key/value changes for the application being executed by this transaction.
logs?
optionallogs: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?
optionalreceiver-rewards:number
Rewards in microalgos applied to the receiver account.
sender-rewards?
optionalsender-rewards:number
Rewards in microalgos applied to the sender account.
txn
txn:
unknown
The raw signed transaction.
Defined in
types.gen.ts:743