essential_constraint_vm::asm::short

Constant PKEYS

source
pub const PKEYS: Constraint;
Expand description

§PubVarKeys

0x35: PKEYS

Push the keys of the pub vars at pathway_id onto the stack. Note the order is non-deterministic because this is a set. Returns only total length 0 if there are no keys.

§Stack Input

[pathway_ix]

§Stack Output

[key_0, key_0_len, ...key_N, key_N_len, total_length]