The indexer listens to Sui events emitted by the MemWal contract and uses them to update local backend state.Documentation Index
Fetch the complete documentation index at: https://docs.memwal.ai/llms.txt
Use this file to discover all available pages before exploring further.
Events
The MemWal contract emits the following events:| Event | Emitted when | Fields |
|---|---|---|
AccountCreated | A new account is created | account_id, owner |
DelegateKeyAdded | A delegate key is added | account_id, public_key, sui_address, label |
DelegateKeyRemoved | A delegate key is removed | account_id, public_key |
AccountDeactivated | An account is frozen | account_id, owner |
AccountReactivated | A frozen account is unfrozen | account_id, owner |
Current Coverage
The indexer currently targets theAccountCreated event flow as its primary sync path. Delegate key events and account activation events are part of the broader design and may be indexed in future iterations.