MethodProp.EXTERNAL
function myFunction(uint256 investAmount) external {}from glider import *
def query():
props_any = [MethodProp.EXTERNAL]
functions = Functions()\
.with_one_property(props_any)\
.exec(5)
return functionsOutput

Last updated