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