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