Function cosmwasm_storage::prefixed

source ·
pub fn prefixed<'a>(
    storage: &'a mut dyn Storage,
    namespace: &[u8]
) -> PrefixedStorage<'a>
👎Deprecated: The crate cosmwasm-storage is unmaintained and will be removed in CosmWasm 2.0. Please consider migrating to cw-storage-plus or simple cosmwasm-std storage calls.
Expand description

An alias of PrefixedStorage::new for less verbose usage