Skip to content
PACKAGES

walFrame()

Construct a passive WAL frame with a canonical checksum.

import { walFrame } from "@graphrefly/ts/storage";
function walFrame(opts: WalFrameOptions<T>): Promise<WalFrame<T>>
ParameterTypeDescription
optsWalFrameOptions<T>Options that configure the helper.

A Promise<WalFrame<T>> value.

import { walFrame } from "@graphrefly/ts/storage";

packages/ts/src/storage/wal.ts