pub fn prefixed_read<'a>(
    storage: &'a dyn Storage,
    namespace: &[u8]
) -> ReadonlyPrefixedStorage<'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 ReadonlyPrefixedStorage::new for less verbose usage