CardanoIcarusKey class
- Inheritance
-
- Object
- Bip32Ed25519KeyDerivation
- Bip32Ed25519
- CardanoIcarusKey
Constructors
- CardanoIcarusKey(Uint8List masterSecret)
- CardanoIcarusKey.import(String key)
- CardanoIcarusKey.seed(String seed)
Properties
Methods
-
ckdPriv(
Bip32PrivateKey parentKey, int index) → Bip32PrivateKey -
Public parent key to public child key
inherited
-
ckdPub(
Bip32PublicKey parentKey, int index) → Bip32PublicKey -
Public parent key to public child key
inherited
-
doImport(
String key) → Bip32Key -
inherited
-
master(
Uint8List seed) → Bip32Key -
The default implementation of the original BIP32-ED25519's master key
generation.
override
-
neuterPriv(
Bip32PrivateKey k) → Bip32PublicKey -
Private parent key to public Child key
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pathToKey(
String path) → Bip32Key -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited