interface CommitUpdateEvent

extends CommitEvent<RecordType>

A commit event where a record was updated.

Properties

did: `did:${string}`

time_us: number

kind: "commit"

commit: CommitUpdate<RecordType>