ave-core 0.8.0

Averiun Ledger core runtime and node API
Documentation
1
2
3
4
5
6
7
8
//! # Data model for Ave base.
//!
//! This module contains the data model for the Ave base.
//!

pub mod common;
pub mod event;
pub mod network;