-
Notifications
You must be signed in to change notification settings - Fork 4
Function sort order #260
Copy link
Copy link
Open
Description
Interfaces and implementing contracts
- contract transaction functions (external/public)
- contract view pure functions (external/public)
- inherited functions from
- contract transaction functions (internal)
- contract view pure functions (internal)
- internal helpers
Keep order of interface in implementing contract
Reactions are currently unavailable