HdWallet class abstract
An abstract class representing a Hierarchical Deterministic (HD) Wallet. HD Wallets are used to generate a hierarchy of cryptographic key pairs, making it easier to manage keys for different purposes and improving security. Implementations of this class should provide methods to retrieve private and public keys, as well as other relevant information.
- Implementers
Constructors
- HdWallet()
Properties
- chainCode → Uint8List
-
Gets the chain code associated with this HD Wallet.
no setter
- depth → int
-
Gets the depth of this HD Wallet in the hierarchical structure.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
Gets the index of this HD Wallet in the hierarchical structure.
no setter
- privateKey → Uint8List
-
Gets the private key associated with this HD Wallet.
no setter
- publicKey → Uint8List
-
Gets the public key associated with this HD Wallet.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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