NotFound

@Serializable
@SerialName(value = "not_found")
data class NotFound(val hash: String) : TransactionStatus

Represents a transaction that was not found on the blockchain.

This can happen when:

  • The transaction hash is invalid

  • The transaction was never submitted

  • The transaction was dropped from the mempool

  • The RPC node doesn't have the transaction data

See also

Constructors

Link copied to clipboard
constructor(hash: String)

Properties

Link copied to clipboard
open override val hash: String

The transaction hash that was queried