Skip to main content

SparseCompactVector

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.16.0


@midnight-ntwrk/compact-runtime / SparseCompactVector

Type Alias: SparseCompactVector

type SparseCompactVector = {
sparseType: SparseCompactType;
tag: "vector";
};

Compact 벡터에서 컨트랙트 참조의 위치를 나타내는 데이터 구조입니다.

Properties

sparseType

sparseType: SparseCompactType;

Compact 벡터의 요소에서 컨트랙트 참조의 위치를 나타내는 데이터 구조입니다.


tag

tag: "vector";