Skip to main content

Key

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / Key

Type Alias: Key

type Key =
| {
tag: "value";
value: AlignedValue;
}
| {
tag: "stack";
};

A key used to index into an array or map in the onchain VM