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
Hi @mislavn !
Feel free to take on the task, and whenever you are ready, please create a PR!
If you have any questions regarding the build, our slack is a best place to ask.
We'll need a helper function that can convert between different ethereum units.
The function should take an
uint256
as an input, and convert & format it to a desired unit type.int eth_convert(const uint256_t *amount, enum unit from, enum unit to, char *buf, size_t buf_size);
example
The text was updated successfully, but these errors were encountered: