$PendingTransactionResponse
const$PendingTransactionResponse:object
Type declaration
description
readonlydescription:"Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details."='Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.'
properties
readonlyproperties:object
properties.application-index
readonlyproperties.application-index:object
properties.application-index.description
readonlyproperties.application-index.description:"The application index if the transaction was found and it created an application."='The application index if the transaction was found and it created an application.'
properties.application-index.type
readonlyproperties.application-index.type:"integer"='integer'
properties.asset-closing-amount
readonlyproperties.asset-closing-amount:object
properties.asset-closing-amount.description
readonlyproperties.asset-closing-amount.description:"The number of the asset's unit that were transferred to the close-to address."="The number of the asset's unit that were transferred to the close-to address."
properties.asset-closing-amount.type
readonlyproperties.asset-closing-amount.type:"integer"='integer'
properties.asset-index
readonlyproperties.asset-index:object
properties.asset-index.description
readonlyproperties.asset-index.description:"The asset index if the transaction was found and it created an asset."='The asset index if the transaction was found and it created an asset.'
properties.asset-index.type
readonlyproperties.asset-index.type:"integer"='integer'
properties.close-rewards
readonlyproperties.close-rewards:object
properties.close-rewards.description
readonlyproperties.close-rewards.description:"Rewards in microalgos applied to the close remainder to account."='Rewards in microalgos applied to the close remainder to account.'
properties.close-rewards.type
readonlyproperties.close-rewards.type:"integer"='integer'
properties.closing-amount
readonlyproperties.closing-amount:object
properties.closing-amount.description
readonlyproperties.closing-amount.description:"Closing amount for the transaction."='Closing amount for the transaction.'
properties.closing-amount.type
readonlyproperties.closing-amount.type:"integer"='integer'
properties.confirmed-round
readonlyproperties.confirmed-round:object
properties.confirmed-round.description
readonlyproperties.confirmed-round.description:"The round where this transaction was confirmed, if present."='The round where this transaction was confirmed, if present.'
properties.confirmed-round.type
readonlyproperties.confirmed-round.type:"integer"='integer'
properties.global-state-delta
readonlyproperties.global-state-delta:object
properties.global-state-delta.$ref
readonlyproperties.global-state-delta.$ref:"#/components/schemas/StateDelta"='#/components/schemas/StateDelta'
properties.inner-txns
readonlyproperties.inner-txns:object
properties.inner-txns.description
readonlyproperties.inner-txns.description:"Inner transactions produced by application execution."='Inner transactions produced by application execution.'
properties.inner-txns.items
readonlyproperties.inner-txns.items:object
properties.inner-txns.items.$ref
readonlyproperties.inner-txns.items.$ref:"#/components/schemas/PendingTransactionResponse"='#/components/schemas/PendingTransactionResponse'
properties.inner-txns.type
readonlyproperties.inner-txns.type:"array"='array'
properties.local-state-delta
readonlyproperties.local-state-delta:object
properties.local-state-delta.description
readonlyproperties.local-state-delta.description:"Local state key/value changes for the application being executed by this transaction."='Local state key/value changes for the application being executed by this transaction.'
properties.local-state-delta.items
readonlyproperties.local-state-delta.items:object
properties.local-state-delta.items.$ref
readonlyproperties.local-state-delta.items.$ref:"#/components/schemas/AccountStateDelta"='#/components/schemas/AccountStateDelta'
properties.local-state-delta.type
readonlyproperties.local-state-delta.type:"array"='array'
properties.logs
readonlyproperties.logs:object
properties.logs.description
readonlyproperties.logs.description:"Logs for the application being executed by this transaction."='Logs for the application being executed by this transaction.'
properties.logs.items
readonlyproperties.logs.items:object
properties.logs.items.format
readonlyproperties.logs.items.format:"byte"='byte'
properties.logs.items.pattern
readonlyproperties.logs.items.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.logs.items.type
readonlyproperties.logs.items.type:"string"='string'
properties.logs.type
readonlyproperties.logs.type:"array"='array'
properties.pool-error
readonlyproperties.pool-error:object
properties.pool-error.description
readonlyproperties.pool-error.description: “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.\n”
properties.pool-error.type
readonlyproperties.pool-error.type:"string"='string'
properties.receiver-rewards
readonlyproperties.receiver-rewards:object
properties.receiver-rewards.description
readonlyproperties.receiver-rewards.description:"Rewards in microalgos applied to the receiver account."='Rewards in microalgos applied to the receiver account.'
properties.receiver-rewards.type
readonlyproperties.receiver-rewards.type:"integer"='integer'
properties.sender-rewards
readonlyproperties.sender-rewards:object
properties.sender-rewards.description
readonlyproperties.sender-rewards.description:"Rewards in microalgos applied to the sender account."='Rewards in microalgos applied to the sender account.'
properties.sender-rewards.type
readonlyproperties.sender-rewards.type:"integer"='integer'
properties.txn
readonlyproperties.txn:object
properties.txn.description
readonlyproperties.txn.description:"The raw signed transaction."='The raw signed transaction.'
properties.txn.properties
readonlyproperties.txn.properties:object={}
properties.txn.type
readonlyproperties.txn.type:"object"='object'
properties.txn.x-algorand-format
readonlyproperties.txn.x-algorand-format:"SignedTransaction"='SignedTransaction'
required
readonlyrequired: readonly ["pool-error","txn"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1039