Instructions.delegate_calls_non_assembly()

Returns a list of delegate call instructions from non assembly.

delegate_calls_non_assembly() → Instructions

Query Example

from glider import *

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

Output Example

Last updated