Function elrond_wasm::storage::storage_get::storage_get[][src]

pub fn storage_get<SRA, T>(api: SRA, key: &[u8]) -> T where
    T: TopDecode,
    SRA: StorageReadApi + ErrorApi + Clone + 'static,