Module messages

Source
Expand description

Messages types Data messages and their possible responses.

Structs§

ChunkProof
The hash(record_value + nonce) that is used to prove the existence of a chunk
ConnectionInfo
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.
QueryResponse
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