We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Look into using juno/pkg/slices.go utils.Map in particular for things like HexArrToFelt(...) etc
The text was updated successfully, but these errors were encountered:
Hello! can you please elaborate the issue a little bit. Thanks.
Sorry, something went wrong.
Sure, in starknet.go's util package we have helper functions like HexArrToFelt which apply a function over each element in an array. However, we could just use something like Junos Map function https://github.com/NethermindEth/juno/blob/main/utils/slices.go#L14.
I would like to work on this issue.
No branches or pull requests
Look into using juno/pkg/slices.go utils.Map in particular for things like HexArrToFelt(...) etc
The text was updated successfully, but these errors were encountered: