Expand description
Messages types Data messages and their possible responses.
Structs§
- Chunk
Proof - The hash(record_value + nonce) that is used to prove the existence of a chunk
- Connection
Info - NodeId
- A unique identifier for a node in the network, by which we can know their location in the xor space.
Enums§
- Cmd
- Ant protocol cmds
- CmdResponse
- The response to a Cmd, containing the query result.
- Query
- Data queries - retrieving data and inspecting their structure.
- Query
Response - The response to a query, containing the query result.
- Request
- A request to peers in the network
- Response
- A response to peers in the network.
Type Aliases§
- Nonce
- The nonce provided by the verifier