TxSignErrorCode enum

A specific error code related to the TxSignException.

Inheritance
Available extensions

Values

proofGeneration → const TxSignErrorCode

User has accepted the transaction sign, but the wallet was unable to sign the transaction (e.g. not having some of the private keys).

const TxSignErrorCode(tag: 1)
userDeclined → const TxSignErrorCode

User declined to sign the transaction.

const TxSignErrorCode(tag: 2)
depreciatedCertificate → const TxSignErrorCode

Returned regardless of user consent if the transaction contains a depreciated certificate.

const TxSignErrorCode(tag: 3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag int
The error code number.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TxSignErrorCode>
A constant List of the values in this enum, in order of their declaration.