WalletDataSignErrorCode enum

A specific error code related to the WalletDataSignException.

Inheritance
Available extensions

Values

proofGeneration → const WalletDataSignErrorCode

Wallet could not sign the data; because the wallet does not have the secret key to the associated with the address or DRep ID.

const WalletDataSignErrorCode(tag: 1)
addressNotPk → const WalletDataSignErrorCode

Address was not a P2PK address and thus had no SK associated with it.

const WalletDataSignErrorCode(tag: 2)
userDeclined → const WalletDataSignErrorCode

User declined to sign the data

const WalletDataSignErrorCode(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<WalletDataSignErrorCode>
A constant List of the values in this enum, in order of their declaration.