API Reference
observeEventFrameCodec()
Stable JSON codec for D82 observe-event frames, not restore records.
Import
import { observeEventFrameCodec } from "@graphrefly/ts/storage";
Signature
function observeEventFrameCodec(): Codec<ObserveEventFrame<T>>
Returns
A Codec<ObserveEventFrame<T>> value.
Example
import { observeEventFrameCodec } from "@graphrefly/ts/storage";
Source
packages/ts/src/storage/observe-event-log.ts