Returns the list of ArgumentPoints having specified type.
with_type(arg_type: str) → APIList[ArgumentPoint]
with_type(arg_type: str) →
APIList
[
ArgumentPoint
]
from glider import * def query(): functions = ( Functions() .with_name("transferFrom") .exec(1) ) arguments = functions[0].arguments() print(arguments.with_type("address").source_code()) return functions
Last updated 6 months ago
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.