DustTokenPending

data class DustTokenPending(val dustToken: DustToken, val availableAt: Long) : DustSpendError

The dust token is still pending and can't be spent yet.

Constructors

Link copied to clipboard
constructor(dustToken: DustToken, availableAt: Long)

Properties

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