Private function revamp #591
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "private-function-revamp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: UlfNorell
Now functions exported from a contract must be defined using
entrypoint
instead offunction
. Normal functions are always private. This is to make it harder to accidentally export a private function from a contract. Example:Created by: happi
Review: Approved
Created by: hanssv
Review: Approved
Merged by: UlfNorell at 2019-06-28 08:55:11 UTC