Bip32VerifyKey.fromKeyBytes constructor

Bip32VerifyKey.fromKeyBytes(
  1. Uint8List pubBytes,
  2. Uint8List chainCodeBytes, {
  3. int depth = 0,
})

Implementation

Bip32VerifyKey.fromKeyBytes(Uint8List pubBytes, Uint8List chainCodeBytes,
    {int depth = 0})
    : this([...pubBytes, ...chainCodeBytes].toUint8List());