awaken-runtime-contract 0.6.0

Runtime-facing contract types, traits, and state model for Awaken
Documentation
1
2
3
4
5
6
7
8
9
mod command;
mod mutation;
mod slot;
mod snapshot;

pub use command::StateCommand;
pub use mutation::{MutationBatch, MutationOp, MutationTarget};
pub use slot::{KeyScope, MergeStrategy, StateKey, StateKeyOptions, StateMap};
pub use snapshot::{PersistedState, Snapshot};