Key
For the complete documentation index, see llms.txt
@midnight-ntwrk/onchain-runtime v3.0.0
@midnight-ntwrk/onchain-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