publicKeyVersion top-level property

Uint8List publicKeyVersion
final

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

Implementation

final Uint8List publicKeyVersion = Uint8List.fromList(hex.decode('0488B21E'));