warp
warp copied to clipboard
Add support for selector
In solidity you can get the function selector by
this.funcName.selector
Currently when we transpile that expression we get invalid cairo code. We should either support it, or throw a dedicated exception
I would love to see this supported over throwing an exception. If you handle this by throwing exceptions please create a new issue to handle it correctly.