Expand description
Structs§
- Footprint
- Describes the total set of LedgerKeys that a given transaction will access, as well as the AccessType governing each key.
- Storage
- 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§
- Access
Type - A helper type used by Footprint to designate which ways a given LedgerKey is accessed, or is allowed to be accessed, in a given transaction.
- Footprint
Mode
Traits§
- Snapshot
Source - A helper type used by FootprintMode::Recording to provide access to a stable read-snapshot of a ledger. The snapshot is expected to only return live ledger entries.