Instructions.delegate_calls()

Returns a list of all delegate call instructions.

delegate_calls() → Instructions

Query Example

from glider import *

def query():
  
  return Instructions().delegate_calls().exec(1)

Output Example

Last updated