TWHDWalletImpl class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
create({int strength = 128, String passphrase = ""})
→ Pointer<Void>
-
-
createWithEntropy(Uint8List bytes, {String passphrase = ""})
→ Pointer<Void>
-
-
createWithMnemonic(String mnemonic, {String passphrase = ""})
→ Pointer<Void>
-
-
delete(Pointer<Void> wallet)
→ void
-
-
getAddressForCoin(Pointer<Void> wallet, int coinType)
→ String
-
-
getDerivedKey(Pointer<Void> wallet, int coin, int account, int change, int address)
→ Pointer<Void>
-
-
getExtendedPublicKey(Pointer<Void> wallet, int purpose, int coinType, int twHdVersion)
→ String
-
-
getKey(Pointer<Void> wallet, int coin, String derivationPath)
→ Pointer<Void>
-
-
getKeyForCoin(Pointer<Void> wallet, int coin)
→ Pointer<Void>
-
-
getMasterKey(Pointer<Void> wallet, int curve)
→ Pointer<Void>
-
-
mnemonic(Pointer<Void> wallet)
→ String
-
-
seed(Pointer<Void> wallet)
→ Uint8List
-