Module BSV::Wallet::Serializer ¶
Registry of per-call BRC-103 binary serialisers.
Each table maps a Wire::Calls constant to the module_function on the matching Serializer sub-module. Other developer agents populate their tiers in parallel — add one entry per call, one line each.
Constants¶
DESERIALIZE_ARGS ¶
Server-side: deserialise incoming args payload for each call.
DESERIALIZE_RESULT ¶
Client-side: deserialise incoming result payload for each call.
SERIALIZE_ARGS ¶
Client-side: serialise outgoing args for each call.
SERIALIZE_RESULT ¶
Server-side: serialise outgoing result for each call.