walFrame()
Construct a passive WAL frame with a canonical checksum.
Import
Section titled “Import”import { walFrame } from "@graphrefly/ts/storage";Signature
Section titled “Signature”function walFrame(opts: WalFrameOptions<T>): Promise<WalFrame<T>>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
opts | WalFrameOptions<T> | Options that configure the helper. |
Returns
Section titled “Returns”A Promise<WalFrame<T>> value.
Example
Section titled “Example”import { walFrame } from "@graphrefly/ts/storage";Source
Section titled “Source”packages/ts/src/storage/wal.ts