Skip to main content

SparseCompactCellADT

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / SparseCompactCellADT

Type Alias: SparseCompactCellADT

type SparseCompactCellADT = {
tag: "cell";
valueType: SparseCompactValue;
};

A data structure indicating the locations of all contract references in a Compact Cell ADT.

Properties

tag

tag: "cell";

valueType

valueType: SparseCompactValue;

A data structure indicating the locations of all contract references in the Compact value contained in the outer Cell ADT.