Returns a list of all delegate call instructions.
Last updated 24 days ago
delegate_calls() → Instructions
delegate_calls
() →
Instructions
from glider import * def query(): return Instructions().delegate_calls().exec(1)