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