HdWallet constructor

HdWallet({
  1. required Bip32KeyPair key,
})

Root constructor taking a root signing key

Implementation

HdWallet({required this.key});