mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 02:54:25 -08:00
regenerate auction type
This commit is contained in:
30
docs/static/openapi.yml
vendored
30
docs/static/openapi.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user