WalletBase constructor

WalletBase(
  1. P2PKH p2pkh,
  2. NetworkType network
)

Implementation

WalletBase(this.p2pkh, this.network);