Function elrond_wasm::storage_get[][src]

pub fn storage_get<A, T>(api: A, key: &StorageKey<A>) -> T where
    T: TopDecode,
    A: StorageReadApi + ManagedTypeApi + ErrorApi + Clone + 'static,