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

pub fn storage_get<A, BigInt, BigUint, T>(api: A, key: &[u8]) -> T where
    T: TopDecode,
    BigInt: NestedEncode + 'static,
    BigUint: NestedEncode + 'static,
    A: ContractHookApi<BigInt, BigUint> + ContractIOApi<BigInt, BigUint> + 'static,