Skip to content

Commit 4c4461e

Browse files
feat: filter operations by wallet id
1 parent 2633df3 commit 4c4461e

4 files changed

Lines changed: 47 additions & 0 deletions

File tree

client/client.gen.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ginserver/ginserver.gen.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,12 @@ paths:
538538
description: Filter operations by wallet address
539539
schema:
540540
type: string
541+
- in: query
542+
name: wallet_id
543+
description: Filter operations by wallet ID
544+
schema:
545+
type: string
546+
format: uuid
541547
responses:
542548
"200":
543549
description: Successful operation

stdserver/stdserver.gen.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)