pub fn get(
key: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
) -> <AllocateAndReturnByCodec<Option<Bytes>> as RIType>::InnerExpand description
Returns the data for key in the storage or None if the key can not be found.
pub fn get(
key: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
) -> <AllocateAndReturnByCodec<Option<Bytes>> as RIType>::InnerReturns the data for key in the storage or None if the key can not be found.