SubscribeReposSync

constructor(seq: Long, did: Did, blocks: ByteArray, rev: String, time: Timestamp)

Parameters

seq

The stream sequence number of this message.

did

The account this repo event corresponds to. Must match that in the commit object.

blocks

CAR file containing the commit, as a block. The CAR header must include the commit block CID as the first 'root'.

rev

The rev of the commit. This value must match that in the commit object.

time

Timestamp of when this message was originally broadcast.