public
functions that are never called from within the contracts should be declared external
to save gas. (see here)
- Function Visibility
- Public vs External
- Public -> More Gas
- Function -> No Calls Within Contract
- Public -> External Save Gas
public
functions that are never called from within the contracts should be declared external
to save gas. (see here)