1 2 3 4 5 6
/// namespace key for State Item pub const BASE_STATE: &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";