Interface CodecContext

Cross-point data needed during decode: integer values of the points referenced by scale_ref / selector_ref (spec §10.4/§10.5).

interface CodecContext {
    refs: Map<string, bigint>;
}

Properties

Properties

refs: Map<string, bigint>