Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / TranscriptSerializationHook

Interface: TranscriptSerializationHook

Defined in: packages/core/dist/index.d.ts

Methods

fromStored()

ts
fromStored(ref, blob): Bytes;

Defined in: packages/core/dist/index.d.ts

Applied at get; MUST be symmetric with toStored.

Parameters

ParameterType
refstring
blobBytes

Returns

Bytes


toStored()

ts
toStored(ref, blob): Bytes;

Defined in: packages/core/dist/index.d.ts

Applied at put.

Parameters

ParameterType
refstring
blobBytes

Returns

Bytes