Wallet constructor

Wallet(
  1. ECPair? _keyPair,
  2. P2PKH? _p2pkh,
  3. NetworkType network
)

Implementation

Wallet(this._keyPair, this._p2pkh, this.network);