MethodProp.INTERNAL
function myFunction(uint256 investAmount) internal {}from glider import *
def query():
props_included = [MethodProp.INTERNAL]
functions = Functions()\
.with_all_properties(props_included)\
.exec(5)
return functionsOutput

Last updated