SubscribeReposRepoOp

constructor(action: SubscribeReposAction, path: String, cid: ByteArray? = null, prev: ByteArray? = null)

Parameters

cid

For creates and updates, the new record CID. For deletions, null.

prev

For updates and deletes, the previous record CID (required for inductive firehose). For creations, field should not be defined.