• Web Client
  • API Reference
  • Type Aliases
  • Transaction State

@nimiq/core / TransactionState

Type Alias: TransactionState

TransactionState = "new" | "pending" | "included" | "confirmed" | "invalidated" | "expired"

Defined in: @nimiq/core/types/wasm/web.d.ts:562

Describes the state of a transaction as known by the client.

Built with the Nimiq Vitepress Theme
Copy page
Create issue