abstract-os 0.12.0

Abstract contract interfaces and storage layouts
Documentation
1
2
3
4
5
6
/// namespace key for State Item
pub const BASE_STATE: &str = "base_state";
/// namespace for module base state
pub const CONTRACT_VERSION: &str = "base_state";
/// namespace for contract Admin
pub const ADMIN_NAMESPACE: &str = "admin";