scaffold auction-bids query

This commit is contained in:
2022-08-30 21:27:12 +00:00
parent 3eb2cd36c4
commit 1105b49c6e
9 changed files with 644 additions and 38 deletions

View File

@@ -20305,6 +20305,43 @@ paths:
type: string
tags:
- Query
'/cosmos-test/cosmostest/auction_bids/{index}':
get:
summary: Queries a list of AuctionBids items.
operationId: CosmostestCosmostestAuctionBids
responses:
'200':
description: A successful response.
schema:
type: object
properties:
bids:
type: string
default:
description: An unexpected error response.
schema:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
'@type':
type: string
additionalProperties: {}
parameters:
- name: index
in: path
required: true
type: string
tags:
- Query
/cosmos-test/cosmostest/next_auction:
get:
summary: Queries a NextAuction by index.
@@ -47482,6 +47519,11 @@ definitions:
repeated Bar results = 1;
PageResponse page = 2;
}
cosmostest.cosmostest.QueryAuctionBidsResponse:
type: object
properties:
bids:
type: string
cosmostest.cosmostest.QueryGetAuctionResponse:
type: object
properties: