Bip32 class

Constructors

Bip32([String curveName = 'ed25519', Language mnemonicLanguage = bip39.Language.english])

Properties

hashCode int
The hash code for this object.
no setterinherited
mnemonicLanguage ↔ Language
getter/setter pair
rootHmacKey Uint8List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromMnemonic(String mnemonic, String password) Bip32Node
fromSeed(Uint8List seed) Bip32Node
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
random([int seedLength = 32]) String
toString() String
A string representation of this object.
inherited

Operators

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