axone-dataverse 7.0.0

The Smart Contract overseeing and managing the Dataverse in the AXONE ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
pub mod contract;
mod credential;
mod error;
pub mod msg;
mod registrar;
pub mod state;
mod testutil;

pub use crate::error::ContractError;