Skip to content

Commit

Permalink
Add proposer address query param (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon authored Sep 5, 2024
1 parent 6f8ec1a commit d5243da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extended-sdk/src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5243da

Please sign in to comment.