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