Skip to main content

Key

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / 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