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
v2GetLedgerInfo
Requesting v2GetLedgerInfo to ledger v2.0.2 results in a response validation error from zod, internal to the SDK:
v2.0.2
issues: [ { code: 'invalid_type', expected: 'number', received: 'string', path: [ 'V2LedgerInfoResponse', 'data', 'storage', 'migrations', 0, 'version' ], message: 'Expected number, received string' }, { code: 'invalid_type', expected: 'number', received: 'string', path: [ 'V2LedgerInfoResponse', 'data', 'storage', 'migrations', 1, 'version' ], message: 'Expected number, received string' }, ... ]
The text was updated successfully, but these errors were encountered:
Shiroy
No branches or pull requests
Requesting
v2GetLedgerInfo
to ledgerv2.0.2
results in a response validation error from zod, internal to the SDK:The text was updated successfully, but these errors were encountered: