oasis_
contract_
sdk_
storage
0.3.0
Module map
Module Items
Structs
Traits
In crate oasis_
contract_
sdk_
storage
oasis_contract_sdk_storage
Module
map
Copy item path
Source
Expand description
A map backed by contract storage.
Structs
§
Confidential
Map
A map backed by contract storage.
Int
An integer in big-endian representation.
Public
Map
A map backed by contract storage.
Traits
§
Integer
A trait representing an integer that can be encoded into big-endian bytes.
MapKey
A trait for types which can be used as map keys.