Wallet class
Constructors
- Wallet(ECPair _keyPair, P2PKH _p2pkh, NetworkType? network)
- Wallet.fromWIF(String wif, [NetworkType? network])
- 
          
            factory
- Wallet.random([NetworkType? network])
- 
          
            factory
Properties
- address → String?
- 
  
  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
- wif → String?
- 
  
  no setter
Methods
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited