1
2
3
4
5
6
7
8
/// 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";
/// storage key for cw_ownable::Ownership
pub const OWNERSHIP_STORAGE_KEY: &str = "ownership";