HdWallet constructor

HdWallet({
  1. required Bip32SigningKey rootSigningKey,
  2. String password = '',
})

Implementation

HdWallet({required Bip32SigningKey rootSigningKey, this.password = ''})
    : _rootSigningKey = rootSigningKey;