Expand description
The SuiSyncer module is responsible for synchronizing Events emitted on Sui blockchain from concerned modules of bridge package 0x9.
There are two modes of operation:
- Event-based (legacy): Uses JSON-RPC to query events by module
- gRPC-based (new): Iterates over bridge records using LinkedTable iteration
As of now, only the event-based mode is being used.
Structs§
Type Aliases§
- Grpc
Synced Events - SuiTarget
Modules - Map from contract address to their start cursor (exclusive)