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
I need to access the version field in the chainid but it is not available
version
chainid
This is the sample code I am using to test:
var herajs = require('@herajs/client'); async function main() { var url = 'testnet-api.aergo.io:7845' var aergo = new herajs.AergoClient({}, new herajs.GrpcProvider({url: url})) info = await aergo.blockchain() console.log('blockchain', info) info = await aergo.getChainInfo() console.log('info', info) } main()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I need to access the
version
field in thechainid
but it is not availableThis is the sample code I am using to test:
The text was updated successfully, but these errors were encountered: