TxSignException class final

Exception thrown when signing the transaction fails.

Implemented types

Constructors

TxSignException.new({required TxSignErrorCode code, required String info})
The default constructor for TxSignException.
const

Properties

code TxSignErrorCode
A more specific failure reason.
final
hashCode int
The hash code for this object.
no setterinherited
info String
The human readable info about the exception.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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