The latest nonce values used by an account by inspecting the mempool, microblock transactions, and anchored transactions

Export

Interface

AddressNonces

Hierarchy

  • AddressNonces

Properties

detected_mempool_nonces?: number[]

Nonces currently in mempool for this address.

Memberof

AddressNonces

detected_missing_nonces: number[]

Nonces that appear to be missing and likely causing a mempool transaction to be stuck.

Memberof

AddressNonces

last_executed_tx_nonce: number

The latest nonce found within transactions sent by this address, including unanchored microblock transactions. Will be null if there are no current transactions for this address.

Memberof

AddressNonces

last_mempool_tx_nonce: number

The latest nonce found within mempool transactions sent by this address. Will be null if there are no current mempool transactions for this address.

Memberof

AddressNonces

possible_next_nonce: number

The likely nonce required for creating the next transaction, based on the last nonces seen by the API. This can be incorrect if the API's mempool or transactions aren't fully synchronized, even by a small amount, or if a previous transaction is still propagating through the Stacks blockchain network when this endpoint is called.

Memberof

AddressNonces

Generated using TypeDoc