HdWallet constructor

HdWallet(
  1. HexPrivateKey hexPrivateKey,
  2. HexPublicKey hexPublicKey,
  3. Wif wif,
  4. Address address,
  5. String? seed,
  6. String? mnemonic,
)

Implementation

HdWallet(
    this.hexPrivateKey, this.hexPublicKey, this.wif, this.address, this.seed, this.mnemonic);