Bip32VerifyKey constructor

Bip32VerifyKey(
  1. Uint8List publicBytes
)

Implementation

Bip32VerifyKey(Uint8List publicBytes) : super(publicBytes, keyLength) {
  _chainCode = ChainCode(suffix);
}