BIP32 class

An implementation for deriving keys from a BIP32 mnemonic given an HD derivation path

Constructors

BIP32.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deriveCredentialsFromPrivateKey(String privKey) Future<Credentials>
Return a web3dart Credentials object from a private key
derivePrivateKeyFromMnemonic(String mnemonic, String derivationPath, [int change = 0, int addressIndex = 0]) String
Returns a raw hex-encoded string for a given mnemonic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signWithEthereumAddress(Credentials credentials, String dataToSign) Future<String>
Return a signed message given a web3dart Credentials object and a message
toString() String
A string representation of this object.
inherited

Operators

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