privateKeyVersion top-level property

Uint8List privateKeyVersion
final

The 4 version bytes for the private key serialization as defined in the BIP21 spec

Implementation

final Uint8List privateKeyVersion = Uint8List.fromList(hex.decode('0488ADE4'));