Bip86 class

Inheritance

Constructors

Bip86.fromExtendedKey(String extendedKey, Bip86Coins coinType)
Constructor for creating a Bip86 object from a extended key and coin.
Bip86.fromPrivateKey(List<int> privateKeyBytes, Bip86Coins coinType, {Bip32KeyData? keyData})
Constructor for creating a Bip86 object from a private key and coin.
Bip86.fromPublicKey(List<int> pubkeyBytes, Bip86Coins coinType, {Bip32KeyData? keyData})
Constructor for creating a Bip86 object from a public key and coin.
Bip86.fromSeed(List<int> seedBytes, Bip86Coins coinType)
Constructor for creating a Bip86 object from a seed and coin.

Properties

bip32 Bip32Base
latefinalinherited
bip32Object Bip32Base
no setterinherited
coin Bip86
derive coin
no setteroverride
coinConf BipCoinConfig
latefinalinherited
deriveDefaultPath Bip86
derive default path
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isPublicOnly bool
check if is public only
no setterinherited
level Bip44Levels
Bip44Levels level
no setterinherited
privateKey Bip44PrivateKey
Bip44PrivateKey privatekey
no setterinherited
publicKey Bip44PublicKey
Bip44PublicKey public key
no setterinherited
purpose Bip44Base
derive purpose
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specName String
Specification name
no setteroverride

Methods

account(int accIndex) Bip86
derive account with index
override
addressIndex(int addressIndex) Bip86
derive address with index
override
change(Bip44Changes changeType) Bip86
derive change with change type Bip44Changes internal or external
override
isLevel(Bip44Levels level) bool
check level with current bip-44 level
inherited
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