Module sn_protocol::messages
source · Expand description
Messages types Data messages and their possible responses.
Structs
- A unique identifier for a node in the network, by which we can know their location in the xor space.
- Register data exchange among replicas on the network.
- A signed cmd to create a
Register
. - A
Register
write operation signed by the requester.
Enums
- Data and Dbc cmds - recording spends or creating, updating, and removing data.
- The response to a Cmd, containing the query result.
- Data queries - retrieving data and inspecting their structure.
- The response to a query, containing the query result.
- A
Register
cmd that is stored in a log on Adults. Register
read operations.- A request to peers in the network
- A response to peers in the network.