Bip84 class

Inheritance

Constructors

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

Properties

bip32 Bip32Base
latefinalinherited
bip32Object Bip32Base
no setterinherited
coin Bip84
derive coin
no setteroverride
coinConf BipCoinConfig
latefinalinherited
deriveDefaultPath Bip84
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 Bip84
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) Bip84
derive account with index
override
addressIndex(int addressIndex) Bip84
derive address with index
override
change(Bip44Changes changeType) Bip84
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