SparseCompactSetADT
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.16.0-rc.0
@midnight-ntwrk/compact-runtime / 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.
Properties
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.