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.
Not enough NIGHT to cover required; carries the shortfall for the UI.