DustUtxoNotTracked

data class DustUtxoNotTracked(val dustToken: DustToken) : DustSpendError

The dust UTXO is not tracked in the wallet state.

Constructors

Link copied to clipboard
constructor(dustToken: DustToken)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String