[][src]Function elrond_wasm::storage::storage_util::storage_set

pub fn storage_set<'a, 'k, A, BigInt, BigUint, T>(
    api: &'a A,
    key: &'k [u8],
    value: &T
) where
    'a: 'k,
    T: Encode,
    BigInt: Encode + 'static,
    BigUint: Encode + 'static,
    A: ContractHookApi<BigInt, BigUint> + ContractIOApi<BigInt, BigUint> + 'a,