Skip to content

Commit 9a4df3a

Browse files
authored
Feat: add transaction_hash query param for module txs (#188)
1 parent 0d95de1 commit 9a4df3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ export interface operations {
588588
module?: string
589589
to?: string
590590
timezone_offset?: number
591+
transaction_hash?: string
591592
}
592593
}
593594
responses: {

0 commit comments

Comments
 (0)