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 aa2b03b commit 257b1f4Copy full SHA for 257b1f4
packages/thirdweb/src/event/actions/get-events.ts
@@ -55,7 +55,7 @@ export type GetContractEventsResult<
55
TStrict extends boolean,
56
> = ParseEventLogsResult<abiEvents, TStrict>;
57
58
-export type GetLogsParamsExtra = {
+type GetLogsParamsExtra = {
59
signature?: string;
60
} & GetLogsParams;
61
0 commit comments