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.