interface CommitUpdateEvent

extends CommitEvent<RecordType>

A commit event where a record was updated.

Properties

did: `did:${string}`

time_us: number

type: "com"

commit: CommitUpdate<RecordType>