Module jsonrpc_index

Module jsonrpc_index 

Source
Expand description

IndexStore supports creation of various ancillary indexes of state in SuiDataStore. The main user of this data is the explorer.

Structs§

CoinIndexKey2
CoinInfo
IndexStore
IndexStoreCacheUpdates
Send-safe cache updates without locks, used in the async post-processing channel and by commit_index_batch.
IndexStoreCacheUpdatesWithLocks
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 to IndexStoreCacheUpdates via into_inner() before sending across threads.
IndexStoreCaches
IndexStoreMetrics
IndexStoreTables
IndexStoreTablesReadOnly
ObjectIndexChanges
TotalBalance

Constants§

MAX_GET_OWNED_OBJECT_SIZE
MAX_TX_RANGE_SIZE