abstract-core 0.14.3

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";