query: pending bids for auction

This commit is contained in:
2022-08-30 21:47:39 +00:00
parent e5abd3c1d8
commit 11e2c9e819
4 changed files with 98 additions and 62 deletions

View File

@@ -20316,7 +20316,14 @@ paths:
type: object
properties:
bids:
type: string
type: array
items:
type: object
properties:
owner:
type: string
amount:
type: string
default:
description: An unexpected error response.
schema:
@@ -47523,7 +47530,14 @@ definitions:
type: object
properties:
bids:
type: string
type: array
items:
type: object
properties:
owner:
type: string
amount:
type: string
cosmostest.cosmostest.QueryGetAuctionResponse:
type: object
properties: