HDWallet class
Checks if you are awesome. Spoiler: you are.
Constructors
- HDWallet({required dynamic bip32, required dynamic p2pkh, required NetworkType network, String? seed})
- HDWallet.fromBase58(String xpub, {NetworkType? network})
- 
          
            factory
- HDWallet.fromSeed(Uint8List seed, {NetworkType? network})
- 
          
            factory
Properties
- address → String?
- 
  
  no setter
- addressInBlake2b → String?
- 
  
  no setter
- base58 → String?
- 
  
  no setter
- base58Priv → String?
- 
  
  no setter
- bchAddress → String?
- 
  
  no setter
- bech32Address → String?
- 
  
  no setter
- fingerprint → Uint8List?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- network ↔ NetworkType
- 
  
  getter/setter pair
- privKey → String?
- 
  
  no setter
- pubKey → String?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- seed ↔ String?
- 
  
  getter/setter pair
- tapRootAddress → String?
- 
  
  no setter
- wif → String?
- 
  
  no setter
Methods
- 
  derive(int index) → HDWallet 
- 
  derivePath(String path) → HDWallet 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  sign(String message) → Uint8List? 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  verify({required String message, required Uint8List signature}) → bool? 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited