Expand description
IndexStore supports creation of various ancillary indexes of state in SuiDataStore. The main user of this data is the explorer.
Structs§
- Coin
Index Key2 - Coin
Info - Index
Store - Index
Store Cache Updates - Send-safe cache updates without locks, used in the async post-processing channel
and by
commit_index_batch. - Index
Store Cache Updates With Locks - Cache updates with optional locks held. Returned from
index_tx. In sync mode, locks are acquired and held until the batch is committed. In async mode, locks are None and this is converted toIndexStoreCacheUpdatesviainto_inner()before sending across threads. - Index
Store Caches - Index
Store Metrics - Index
Store Tables - Index
Store Tables Read Only - Object
Index Changes - Total
Balance