AlignedValue
For the complete documentation index, see llms.txt
@midnight-ntwrk/onchain-runtime v3.0.0
@midnight-ntwrk/onchain-runtime / AlignedValue
Type Alias: AlignedValue
type AlignedValue: {
alignment: Alignment;
value: Value;
};
필드 정렬 바이너리 형식의 온체인 데이터 값으로, 정렬 정보가 주석으 로 달려 있습니다.
Type declaration
alignment
alignment: Alignment;
value
value: Value;