Skip to content
On this page

Scale JS / @scale-codec/definition-runtime / CodecTracker

Interface: CodecTracker

@scale-codec/definition-runtime.CodecTracker

Instance that defines method to track decoding flow

Implemented by

Table of contents

Properties

Properties

decode

Optional decode: TrackDecodeFn

Used to track decode step: location, input, and result

Defined in

packages/definition-runtime/src/tracking/types.ts:26


refineDecodeLoc

Optional refineDecodeLoc: RefineDecodeLocFn

Used to clarify decode location without tracking of the input and the output

Defined in

packages/definition-runtime/src/tracking/types.ts:30