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