@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / 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.
Type declaration
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.