Skip to main content
Version: v0.0.0

SparseCompactSetADT

@midnight-ntwrk/compact-runtime v0.9.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.