interface CommitCreateEvent

extends CommitEvent<RecordType>

A commit event where a record was created.

Properties

did: `did:${string}`

time_us: number

type: "com"

commit: CommitCreate<RecordType>