HdWalletViewECDSA constructor

HdWalletViewECDSA(
  1. String hdPublicKey
)

Implementation

HdWalletViewECDSA(String hdPublicKey) {
  final network = networkForKpub(hdPublicKey);
  final networkType = networkTypeForNetwork(network);
  _bip32 = BIP32.fromBase58(hdPublicKey, networkType);
}