Skip to main content

AlignedValue

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.16.0


@midnight-ntwrk/compact-runtime / AlignedValue

Type Alias: AlignedValue

type AlignedValue = {
alignment: Alignment;
value: Value;
};

필드 정렬 바이너리 형식의 온체인 데이터 값으로, 정렬 정보가 주석으로 포함되어 있습니다.

Properties

alignment

alignment: Alignment;

value

value: Value;