You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls such as option::is_some() require public function calls, thus it is proposed that options be replaces with flags like NIL where possible. For example rather than returning option::none a function could return NIL to eliminate excessive function calls and thus gas costs.
The text was updated successfully, but these errors were encountered:
Calls such as
option::is_some()
require public function calls, thus it is proposed that options be replaces with flags likeNIL
where possible. For example rather than returningoption::none
a function could returnNIL
to eliminate excessive function calls and thus gas costs.The text was updated successfully, but these errors were encountered: