Pending

@Serializable
@SerialName(value = "pending")
data class Pending(val hash: String) : TransactionStatus

Represents a pending transaction that has been submitted to the mempool but has not yet been included in a block.

See also

Constructors

Link copied to clipboard
constructor(hash: String)

Properties

Link copied to clipboard
open override val hash: String

The transaction hash