Module BSV::Wallet::Serializer::DiscoverByIdentityKey ¶
BRC-103 wire codec for the discover_by_identity_key call (call byte 21).
Args wire layout: [33 bytes: identity_key compressed pubkey] [optional_uint32: limit] [optional_uint32: offset] [optional_bool: seek_permission]
Result wire layout: see DiscoverCertificatesResult.
Constants¶
PUBKEY_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.