MethodProp.EXTERNAL
Last updated
Last updated
This property will filter for functions that are exposed in a smart contract and marked with an access level of external. Adding this property filter to the query will add a filter for all functions with this property.
Functions declared with external access are callable from an external third party.
In solidity a function that has access set as external will have a similar signature to this one:
An example of such a query would be: