regenerate auction type

This commit is contained in:
2022-08-28 01:20:29 +00:00
parent cd568abd9c
commit 5f37aa9c61
7 changed files with 75 additions and 131 deletions

View File

@@ -20144,9 +20144,11 @@ paths:
description:
type: string
bids:
type: string
type: integer
format: int64
highestBid:
type: string
type: integer
format: int64
pagination:
type: object
properties:
@@ -20271,9 +20273,11 @@ paths:
description:
type: string
bids:
type: string
type: integer
format: int64
highestBid:
type: string
type: integer
format: int64
default:
description: An unexpected error response.
schema:
@@ -47401,9 +47405,11 @@ definitions:
description:
type: string
bids:
type: string
type: integer
format: int64
highestBid:
type: string
type: integer
format: int64
cosmostest.cosmostest.MsgNewAuctionResponse:
type: object
properties:
@@ -47433,9 +47439,11 @@ definitions:
description:
type: string
bids:
type: string
type: integer
format: int64
highestBid:
type: string
type: integer
format: int64
pagination:
type: object
properties:
@@ -47474,9 +47482,11 @@ definitions:
description:
type: string
bids:
type: string
type: integer
format: int64
highestBid:
type: string
type: integer
format: int64
cosmostest.cosmostest.QueryGetNextAuctionResponse:
type: object
properties: