Modules§
- IndexStore supports creation of various ancillary indexes of state in SuiDataStore. The main user of this data is the explorer.
Macros§
- Implements generic pre- and post-processing. Since this is on the critical path, any heavy lifting should be done in a separate non-blocking task unless it is necessary to override the return value.