Instructions.external_calls()
Returns the Instructions object withe all the external call instructions.
external_calls
() →
Instructions
Query Example
from glider import *
def query():
return Instructions().external_calls().exec(3, 13)
Output Example



Last updated