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
collatorSelection
As a user of the collatorSelection RPC endpoints, I want to be able to utilize TypeScript's type system while developing against these endpoint.
For example, here is my code:
const currentCandidates = await api.query.collatorSelection.candidates();
I believe that the additional types would need to be added into this file: https://github.com/AcalaNetwork/acala.js/blob/905a7b9691be462e4710b4a8ec08ca698d06f5bb/packages/types/src/interfaces/augment-api-tx.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user of the
collatorSelection
RPC endpoints, I want to be able to utilize TypeScript's type system while developing against these endpoint.For example, here is my code:
I believe that the additional types would need to be added into this file: https://github.com/AcalaNetwork/acala.js/blob/905a7b9691be462e4710b4a8ec08ca698d06f5bb/packages/types/src/interfaces/augment-api-tx.ts
The text was updated successfully, but these errors were encountered: