AppliableStreamLog: { commits: CommitData[]; timestampStatus: "validated" }

A SyncedStreamLog that has also validated all the Anchor Commits, extracted the timestamp information from them, and applied them to all the commits in the log. This log can now be applied to a StreamState without needing to perform any additional i/o.

Type declaration

  • commits: CommitData[]
  • timestampStatus: "validated"