@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / SparseCompactVector
Type alias: SparseCompactVector
type SparseCompactVector: {
sparseType: SparseCompactType;
tag: "vector";
};
A data structure indicating the locations of contract references in a Compact vector.
Type declaration
sparseType
sparseType: SparseCompactType;
A data structure indicating the locations of contract references in the elements of a Compact vector.
tag
tag: "vector";