HdWallet constructor
HdWallet(
- HexPrivateKey hexPrivateKey,
- HexPublicKey hexPublicKey,
- Wif wif,
- Address address,
- String? seed,
- String? mnemonic,
Implementation
HdWallet(
this.hexPrivateKey, this.hexPublicKey, this.wif, this.address, this.seed, this.mnemonic);