Key
@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
@midnight/ledger / Key
type Key =
| {
tag: "value";
value: AlignedValue;
}
| {
tag: "stack";
};
A key used to index into an array or map in the onchain VM