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
low priority, since it's mostly for LCD, which is technically deprecated
telescope/__fixtures__/osmojs/ibc-go/proto/ibc/applications/fee/v1/query.proto
Lines 36 to 39 in 85d83dc
telescope/__fixtures__/v-next/outputosmojs/ibc/applications/fee/v1/query.lcd.ts
Lines 72 to 74 in 85d83dc
Notice the _params thinks it's empty, but it's NOT:
_params
async totalAckFees(_params: QueryTotalAckFeesRequest = {}): Promise<QueryTotalAckFeesResponseSDKType> { const endpoint = `ibc/apps/fee/v1/channels/${params.packetId.channel_id}/ports/${params.packetId.port_id}/sequences/${params.packetId.sequence}/total_ack_fees`; return QueryTotalAckFeesResponse.fromSDKJSON(await this.req.get<QueryTotalAckFeesResponseSDKType>(endpoint)); }
The text was updated successfully, but these errors were encountered:
I think the path info doesn't know how to deal with {package_id.chain_id} when creating path infos
{package_id.chain_id}
Sorry, something went wrong.
No branches or pull requests
low priority, since it's mostly for LCD, which is technically deprecated
telescope/__fixtures__/osmojs/ibc-go/proto/ibc/applications/fee/v1/query.proto
Lines 36 to 39 in 85d83dc
telescope/__fixtures__/v-next/outputosmojs/ibc/applications/fee/v1/query.lcd.ts
Lines 72 to 74 in 85d83dc
Notice the
_params
thinks it's empty, but it's NOT:The text was updated successfully, but these errors were encountered: