AlignmentAtom
For the complete documentation index, see llms.txt
@midnight-ntwrk/onchain-runtime v3.0.0
@midnight-ntwrk/onchain-runtime / AlignmentAtom
Type Alias: AlignmentAtom
type AlignmentAtom: {
tag: "compress";
} | {
tag: "field";
} | {
length: number;
tag: "bytes";
};
상위 Alignment 내의 원자 단위입니다.