ant-protocol 1.0.0

Defines the network protocol for Autonomi
Documentation
1
2
3
4
5
6
7
8
9
pub mod chunk;
pub mod graph;
pub mod pointer_address;
pub mod scratchpad;

pub use chunk::ChunkAddress;
pub use graph::GraphEntryAddress;
pub use pointer_address::PointerAddress;
pub use scratchpad::ScratchpadAddress;