Failed

data class Failed(val txHash: String?, val reason: String) : TransactionSubmitter.SubmissionResult

Transaction failed (rejected or error).

Constructors

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

Properties

Link copied to clipboard

Human-readable failure reason

Link copied to clipboard

Transaction hash (null if never submitted)