AlignmentSegment
For the complete documentation index, see llms.txt
@midnight-ntwrk/onchain-runtime v3.0.0
@midnight-ntwrk/onchain-runtime / AlignmentSegment
Type Alias: AlignmentSegment
type AlignmentSegment: {
tag: "option";
value: Alignment[];
} | {
tag: "atom";
value: AlignmentAtom;
};
상위 Alignment 내의 세그먼트입니다.