pub fn singleton<'a, T>(
    storage: &'a mut dyn Storage,
    key: &[u8]
) -> Singleton<'a, T>
👎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 Singleton::new for less verbose usage