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
In NodeService.js we calling statistics service for node list:
const data = await requestNodes(networkType, nodeSearchCriteria);
It should be replaced top openapi-client (symbol-statistics-service-typescript-fetch-client).
Example in bootstrap: https://github.com/symbol/symbol-bootstrap/blob/c846846245e02d8886fac5985374da0a15b05a83/src/service/RemoteNodeService.ts#L136
If same is needed in mobile (symbol/mobile-wallet#246) please open seperate issue in mobile wallet repository (https://github.com/symbol/mobile-wallet/issues)
The text was updated successfully, but these errors were encountered:
duplicate of #1776
Sorry, something went wrong.
bassemmagdy
No branches or pull requests
In NodeService.js we calling statistics service for node list:
It should be replaced top openapi-client (symbol-statistics-service-typescript-fetch-client).
Example in bootstrap: https://github.com/symbol/symbol-bootstrap/blob/c846846245e02d8886fac5985374da0a15b05a83/src/service/RemoteNodeService.ts#L136
If same is needed in mobile (symbol/mobile-wallet#246) please open seperate issue in mobile wallet repository (https://github.com/symbol/mobile-wallet/issues)
The text was updated successfully, but these errors were encountered: