Returns the Instructions object withe all the external call instructions.
Last updated 3 months ago
external_calls() →
external_calls
() →
from glider import * def query(): return Instructions().external_calls().exec(3, 13)
Instructions