Constant KRNG

Source
pub const KRNG: StateRead;
Expand description

§KeyRange

0x90: KRNG

Read a range of values at each key from state starting at the key into state slots starting at the slot index.

The key is lexographically incremented for each value read. All keys are assumed to be the same length.

Returns the values onto the stack, followed by their indices.

§Stack Input

[key_w0, ...key_wN, key_len, num_keys_to_read, slot_index]