We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df17fe4 commit 04bfc73Copy full SHA for 04bfc73
src/server/routes/contract/subscriptions/getLatestBlock.ts
@@ -33,6 +33,7 @@ export async function getLatestBlock(fastify: FastifyInstance) {
33
description: "Get latest indexed block for a chain",
34
tags: ["Contract-Subscriptions"],
35
operationId: "getLatestBlock",
36
+ querystring: chainRequestQuerystringSchema,
37
response: {
38
...standardResponseSchema,
39
[StatusCodes.OK]: responseSchema,
0 commit comments