Bip49 class
Constructors
- Bip49.fromExtendedKey(String extendedKey, Bip49Coins coinType)
- Constructor for creating a Bip49 object from a extended key and coin.
-
Bip49.fromPrivateKey(List<
int> privateKeyBytes, Bip49Coins coinType, {Bip32KeyData? keyData}) - Constructor for creating a Bip49 object from a private key and coin.
-
Bip49.fromPublicKey(List<
int> pubkeyBytes, Bip49Coins coinType, {Bip32KeyData? keyData}) - Constructor for creating a Bip49 object from a public key and coin.
-
Bip49.fromSeed(List<
int> seedBytes, Bip49Coins coinType) - Constructor for creating a Bip49 object from a seed and coin.
Properties
- bip32 ↔ Bip32Base
-
latefinalinherited
- bip32Object → Bip32Base
-
no setterinherited
- coin → Bip49
-
derive coin
no setteroverride
- coinConf ↔ BipCoinConfig
-
latefinalinherited
- deriveDefaultPath → Bip49
-
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 → Bip49
-
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) → Bip49 -
derive account with index
override
-
addressIndex(
int addressIndex) → Bip49 -
derive address with index
override
-
change(
Bip44Changes changeType) → Bip49 -
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