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
This module will allow interaction with a network's P-Chain to get Subnets, blockchains, and nodes info.
Resources: P-Chain API ref.
Implementation: We should be able to use avalanche_types::jsonrpc::Request to interact with the RPC endpoint. I didn't see the methods that would be useful (e.g. getSubnets) in the avalanche_types::jsonrpc::platformvm module.
getSubnets
The text was updated successfully, but these errors were encountered:
Nuttymoon
Successfully merging a pull request may close this issue.
This module will allow interaction with a network's P-Chain to get Subnets, blockchains, and nodes info.
Resources: P-Chain API ref.
Implementation: We should be able to use avalanche_types::jsonrpc::Request to interact with the RPC endpoint. I didn't see the methods that would be useful (e.g.
getSubnets
) in the avalanche_types::jsonrpc::platformvm module.The text was updated successfully, but these errors were encountered: