BipProposal class

Enum representing different BIP proposals.

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
purpose Bip32KeyIndex
Extension method to get the corresponding purpose key index for each BipProposal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specName String
no setteroverride
value BipProposal
no setteroverride

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

bip44 → const BipProposal
bip49 → const BipProposal
bip84 → const BipProposal
bip86 → const BipProposal
values → const List<BipProposal>