Bip32VerifyKey constructor

Bip32VerifyKey(
  1. Uint8List publicBytes
)

Implementation

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