pub type GetStorageResult = Result<Option<Vec<u8>>, ContractAccessError>;
Expand description

Result type of a get_storage call.