Instructions.delegate_calls_from_assembly()

Returns a list of delegate call instructions from assembly.

delegate_calls_from_assembly() → Instructions

Query Example

from glider import *


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

Example Output

Last updated