diff --git a/packages/extended-sdk/src/client/index.ts b/packages/extended-sdk/src/client/index.ts index 6f15ebd..7462289 100644 --- a/packages/extended-sdk/src/client/index.ts +++ b/packages/extended-sdk/src/client/index.ts @@ -47,4 +47,5 @@ export class ExtendedSDKClient extends VocdoniSDKClient { export type BlockListQueryParamsWithPagination = { hash?: string // Filter by partial hash chainId?: string // Filter by exact chainId + proposerAddress?: string // Filter by exact proposerAddress } & PaginationRequest