Failed

data class Failed(val reason: String, val txHash: String? = null) : MidnightSdk.SendResult

Any other failure (proving, dust fee, node rejection, unexpected error).

Constructors

Link copied to clipboard
constructor(reason: String, txHash: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val txHash: String? = null