BackingNightNotFound

data class BackingNightNotFound(val dustToken: DustToken) : DustSpendError

The backing Night UTXO for this dust token was not found.

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