amadeus-node 1.3.6

The core library for the Amadeus blockchain node, containing consensus, networking and runtime
Documentation
1
2
3
4
5
6
pub mod attestation;
pub mod entry;
pub mod tx;

pub use attestation::Attestation;
pub use entry::EntrySummary;