SparseCompactVector
@midnight-ntwrk/compact-runtime v0.9.0
@midnight-ntwrk/compact-runtime / SparseCompactVector
Type Alias: SparseCompactVector
type SparseCompactVector = {
sparseType: SparseCompactType;
tag: "vector";
};
A data structure indicating the locations of contract references in a Compact vector.
Properties
sparseType
sparseType: SparseCompactType;
A data structure indicating the locations of contract references in the elements of a Compact vector.
tag
tag: "vector";