Expand description
Parsing functions for the messages that are sent on communications between two different ends using the Decentraland RPC implementation.
Enums§
- Parse
Errors - Errors produced by
parse_protocol_message
Functions§
- build_
message_ identifier - Build message identifier from type and number, and returns one number which it’s the
message_identifier - parse_
header - Decode bytes into
RpcMessageHeaderto get message type and message number which are two number that compose themessage_identifierin theRpcMessageHeaderstruct - parse_
message_ identifier - Parse message type and number from message identifier
- parse_
protocol_ message - Parse protocol message from bytes