Skip to main content

@midnight-ntwrk/compact-runtime v0.7.0Readme | API


@midnight-ntwrk/compact-runtime v0.7.0 / SparseCompactSetADT

Type alias: SparseCompactSetADT

type SparseCompactSetADT: {
tag: "set";
valueType: SparseCompactValue;
};

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

Type declaration

tag

tag: "set";

valueType

valueType: SparseCompactValue;

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