Wallet class

Constructors

Wallet.forEntropy(Uint8List entropy)
factory
Wallet.forEntropyHex(String entropyHex)
factory
Wallet.forMnemonic(String mnemonic)
factory
Wallet.forSeed(Uint8List seed)
factory
Wallet.forSeedHex(String seed)
factory

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

deriveKeyPair([int index = 0]) KeyPair
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

Static Methods

deriveForPath(String path, Uint8List seed) Uint8List
deriveKeyPairFromSeed(Uint8List seed, [int index = 0]) KeyPair