BIP32 class Null safety

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

Constructors

BIP32()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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 non-existent 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