Skip to main content

SparseCompactListADT

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / SparseCompactListADT

Type Alias: SparseCompactListADT

type SparseCompactListADT = {
tag: "list";
valueType: SparseCompactValue;
};

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

Properties

tag

tag: "list";

valueType

valueType: SparseCompactValue;

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