MethodProp.INTERNAL
Last updated
Last updated
This property will filter for functions that are exposed in a smart contract and marked with an access level of internal.
Functions declared with internal access are callable only from functions inside of the smart contract and all child contracts. In solidity a function that has access set as internal will have a similar signature to this one:
An example of a query that would filter for functions that are marked as internal is: