InsufficientFundsException

Thrown when the wallet's unshielded NIGHT can't cover a requested amount — e.g. funding the value a contract receives via receiveUnshielded in MidnightSdk.buildUnshieldedFundingJson.

Sibling of InsufficientDustException (which covers the fee token, not the transfer value).

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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