Skip to main content

AlignedValue

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / AlignedValue

Type Alias: AlignedValue

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

An onchain data value, in field-aligned binary format, annotated with its alignment.

Properties

alignment

alignment: Alignment;

value

value: Value;