Bip32ChildKeyDerivation class abstract
- Implementers
Constructors
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
-
ckdPriv(
Bip32PrivateKey parentSecret, int index) → Bip32PrivateKey - Private parent key to private child key
-
ckdPub(
Bip32PublicKey parentSecret, int index) → Bip32PublicKey - Public parent key to public child key
-
neuterPriv(
Bip32PrivateKey parentSecret) → Bip32PublicKey - Private parent key to public Child key
-
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