SparseCompactSetADT
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.15.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";