Skip to content

$PendingTransactionResponse

const $PendingTransactionResponse: object

Type declaration

description

readonly description: "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

readonly properties: object

properties.application-index

readonly properties.application-index: object

properties.application-index.description

readonly properties.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

readonly properties.application-index.type: "integer" = 'integer'

properties.asset-closing-amount

readonly properties.asset-closing-amount: object

properties.asset-closing-amount.description

readonly properties.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

readonly properties.asset-closing-amount.type: "integer" = 'integer'

properties.asset-index

readonly properties.asset-index: object

properties.asset-index.description

readonly properties.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

readonly properties.asset-index.type: "integer" = 'integer'

properties.close-rewards

readonly properties.close-rewards: object

properties.close-rewards.description

readonly properties.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

readonly properties.close-rewards.type: "integer" = 'integer'

properties.closing-amount

readonly properties.closing-amount: object

properties.closing-amount.description

readonly properties.closing-amount.description: "Closing amount for the transaction." = 'Closing amount for the transaction.'

properties.closing-amount.type

readonly properties.closing-amount.type: "integer" = 'integer'

properties.confirmed-round

readonly properties.confirmed-round: object

properties.confirmed-round.description

readonly properties.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

readonly properties.confirmed-round.type: "integer" = 'integer'

properties.global-state-delta

readonly properties.global-state-delta: object

properties.global-state-delta.$ref

readonly properties.global-state-delta.$ref: "#/components/schemas/StateDelta" = '#/components/schemas/StateDelta'

properties.inner-txns

readonly properties.inner-txns: object

properties.inner-txns.description

readonly properties.inner-txns.description: "Inner transactions produced by application execution." = 'Inner transactions produced by application execution.'

properties.inner-txns.items

readonly properties.inner-txns.items: object

properties.inner-txns.items.$ref

readonly properties.inner-txns.items.$ref: "#/components/schemas/PendingTransactionResponse" = '#/components/schemas/PendingTransactionResponse'

properties.inner-txns.type

readonly properties.inner-txns.type: "array" = 'array'

properties.local-state-delta

readonly properties.local-state-delta: object

properties.local-state-delta.description

readonly properties.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

readonly properties.local-state-delta.items: object

properties.local-state-delta.items.$ref

readonly properties.local-state-delta.items.$ref: "#/components/schemas/AccountStateDelta" = '#/components/schemas/AccountStateDelta'

properties.local-state-delta.type

readonly properties.local-state-delta.type: "array" = 'array'

properties.logs

readonly properties.logs: object

properties.logs.description

readonly properties.logs.description: "Logs for the application being executed by this transaction." = 'Logs for the application being executed by this transaction.'

properties.logs.items

readonly properties.logs.items: object

properties.logs.items.format

readonly properties.logs.items.format: "byte" = 'byte'

properties.logs.items.pattern

readonly properties.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

readonly properties.logs.items.type: "string" = 'string'

properties.logs.type

readonly properties.logs.type: "array" = 'array'

properties.pool-error

readonly properties.pool-error: object

properties.pool-error.description

readonly properties.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

readonly properties.pool-error.type: "string" = 'string'

properties.receiver-rewards

readonly properties.receiver-rewards: object

properties.receiver-rewards.description

readonly properties.receiver-rewards.description: "Rewards in microalgos applied to the receiver account." = 'Rewards in microalgos applied to the receiver account.'

properties.receiver-rewards.type

readonly properties.receiver-rewards.type: "integer" = 'integer'

properties.sender-rewards

readonly properties.sender-rewards: object

properties.sender-rewards.description

readonly properties.sender-rewards.description: "Rewards in microalgos applied to the sender account." = 'Rewards in microalgos applied to the sender account.'

properties.sender-rewards.type

readonly properties.sender-rewards.type: "integer" = 'integer'

properties.txn

readonly properties.txn: object

properties.txn.description

readonly properties.txn.description: "The raw signed transaction." = 'The raw signed transaction.'

properties.txn.properties

readonly properties.txn.properties: object = {}

properties.txn.type

readonly properties.txn.type: "object" = 'object'

properties.txn.x-algorand-format

readonly properties.txn.x-algorand-format: "SignedTransaction" = 'SignedTransaction'

required

readonly required: readonly ["pool-error", "txn"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1039