finish ongoing auction info q implementation

This commit is contained in:
2022-09-17 21:35:46 +00:00
parent 2078809fe7
commit 909bbafc22
5 changed files with 49 additions and 18 deletions

View File

@@ -15,7 +15,18 @@ paths:
type: object
properties:
bids:
type: string
type: array
items:
type: object
properties:
owner:
type: string
amount:
type: string
verifiedProviders:
type: array
items:
type: string
default:
description: An unexpected error response.
schema:
@@ -252,16 +263,6 @@ paths:
in: query
required: false
type: boolean
- name: pagination.reverse
description: >-
reverse is set to true if results are to be returned in the
descending order.
Since: cosmos-sdk 0.43
in: query
required: false
type: boolean
tags:
- Query
'/colinearcore/colinearcore/auction/{index}':
@@ -30967,7 +30968,18 @@ definitions:
type: object
properties:
bids:
type: string
type: array
items:
type: object
properties:
owner:
type: string
amount:
type: string
verifiedProviders:
type: array
items:
type: string
colinear.colinearcore.QueryGetAuctionResponse:
type: object
properties: