Module BSV::Wallet::Serializer::RelinquishCertificate ¶
BRC-103 wire codec for the relinquish_certificate call (call byte 20).
Args wire layout: [32 bytes: type] [32 bytes: serial_number] [33 bytes: certifier pubkey]
Result wire layout: [empty — relinquished is implicit from the frame error byte]
Constants¶
CERT_TYPE_SIZE ¶
Not documented.
PUBKEY_SIZE ¶
Not documented.
SERIAL_SIZE ¶
Not documented.
Public Class Methods¶
deserialize_args(bytes) ¶
Not documented.
deserialize_result(_bytes) ¶
Not documented.
serialize_args(args) ¶
Not documented.
serialize_result(_result) ¶
Not documented.