FullWallet constructor

FullWallet(
  1. HexPublicKey hexPublicKey,
  2. HexPrivateKey hexPrivateKey,
  3. Wif wif,
  4. Address address,
  5. NetworkPrefix networkPrefix,
)

Implementation

FullWallet(this.hexPublicKey, this.hexPrivateKey, this.wif, this.address,
    this.networkPrefix);