-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router.sol - What is "fraction" use for? #2
Comments
|
@pgbrandao so it would be a way to move from various decimals type? Like transforming a value from 10 ** 6 to 10 ** 18? |
The I have roughly implemented this idea on this commit: b878605 |
Ok ok I see, thanks for the clarification! |
I see that there is an uint256 in the "StoreOperation" struct but it is not used. What will it be used for?
The text was updated successfully, but these errors were encountered: