privateKeyVersion top-level property
The 4 version bytes for the private key serialization as defined in the BIP21 spec
Implementation
final Uint8List privateKeyVersion = Uint8List.fromList(hex.decode('0488ADE4'));
The 4 version bytes for the private key serialization as defined in the BIP21 spec
final Uint8List privateKeyVersion = Uint8List.fromList(hex.decode('0488ADE4'));