Module BSV::Wallet::Serializer::GetPublicKey::Result ¶
Result wire layout: [33 bytes: compressed public key]
The wire bytes are 33-byte compressed binary by the BRC-103 protocol, but the Ruby return shape is hex per the BRC-100 PubKeyHex contract (ADR-001 — pubkeys are the documented hex exception to binary-internal).
Public Class Methods¶
deserialize(bytes) ¶
- @raise [ArgumentError]
serialize(result) ¶
Not documented.