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
There's no method overloading in Fe. However for some standard EIP we need overloading method. E.g safeTransferFrom for ERC721 token. We should support it as well.
How can it be fixed
🤔
The text was updated successfully, but these errors were encountered:
I think that Fe doesn't support overloading because is an anti-pattern in Rust, and Fe is trying to stay close to Rust-like syntax like Vyper is to Python. Abstraction without overhead: traits in Rust
What is wrong?
There's no method overloading in Fe. However for some standard EIP we need overloading method. E.g
safeTransferFrom
for ERC721 token. We should support it as well.How can it be fixed
🤔
The text was updated successfully, but these errors were encountered: