Module soroban_env_host::storage
source · Expand description
Structs
- Describes the total set of LedgerKeys that a given transaction will access, as well as the AccessType governing each key.
- A special-purpose map from LedgerKeys to LedgerEntrys. Represents a transactional batch of contract IO from and to durable storage, while partitioning that IO between concurrently executing groups of contracts through the use of IO Footprints.
Enums
Traits
- A helper type used by FootprintMode::Recording to provide access to a stable read-snapshot of a ledger.