Make caller arguments take Into<b256>
instead of b256
#6923
Labels
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler: parser
Everything to do with the parser
enhancement
New feature or request
team:compiler
Compiler Team
Related Component
compiler
Problem you are trying to solve
Manipulating assets in call options require unnecessary invocations of into:
Solution you'd like
If asset_id and contract_id took an
Into<b256>
this could just be:Notes
No response
The text was updated successfully, but these errors were encountered: