axone-objectarium 6.0.0

A Smart Contract which enables the storage of arbitrary unstructured Objects.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod compress;
pub mod contract;
pub mod crypto;
mod cursor;
mod error;
pub mod msg;
mod pagination;
pub mod state;

pub use crate::error::ContractError;