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
The issue here is similar to near crypto for wasm32 issue, the core/primitives depends on rand and therefore can not be included as dependency.
I guess most of the rpc-types are here: https://github.com/near/nearcore/blob/master/core/primitives/src/views.rs
We copy-pasted the structs for our needs, but in long term an rpc-types crate would be handy
The text was updated successfully, but these errors were encountered:
@medicz @chefsale
Sorry, something went wrong.
cc: @matklad @ilblackdragon @bowenwang1996
cc @miraclx, I think this'll just fall-out naturally from the work we are doing on creating the rpc types/primitives crate.
No branches or pull requests
The issue here is similar to near crypto for wasm32 issue, the core/primitives depends on rand and therefore can not be included as dependency.
I guess most of the rpc-types are here:
https://github.com/near/nearcore/blob/master/core/primitives/src/views.rs
We copy-pasted the structs for our needs, but in long term an rpc-types crate would be handy
The text was updated successfully, but these errors were encountered: