InsufficientFunds

data class InsufficientFunds(val required: BigInteger, val available: BigInteger, val shortfall: BigInteger) : MidnightSdk.SendResult

Not enough NIGHT to cover required; carries the shortfall for the UI.

Constructors

Link copied to clipboard
constructor(required: BigInteger, available: BigInteger, shortfall: BigInteger)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard