SendResult
Outcome of sendNight — a typed result so callers can render distinct UX.
Inheritors
Types
Link copied to clipboard
Any other failure (proving, dust fee, node rejection, unexpected error).
Link copied to clipboard
data class InsufficientFunds(val required: BigInteger, val available: BigInteger, val shortfall: BigInteger) : MidnightSdk.SendResult
Link copied to clipboard
Recipient address was malformed or on the wrong network.
Link copied to clipboard
Submitted but finalization timed out — likely confirms shortly after.
Link copied to clipboard
Transfer finalized on chain.