AlignedValue
For the complete documentation index, see llms.txt
@midnight/ledger / AlignedValue
Type Alias: AlignedValue
type AlignedValue = {
alignment: Alignment;
value: Value;
};
필드 정렬 바이너리 형식의 온체인 데이터 값으로, 정렬 정보가 포함됩니다.
Properties
alignment
alignment: Alignment;
value
value: Value;