soroban_env_host

Module storage

Source
Expand description

This module contains the Storage type and its supporting types, which provide the Host with access to durable ledger entries.

For more details, see the Env data access functions:

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§

Type Aliases§