mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 11:24:25 -08:00
add bid arr in auction type
This commit is contained in:
57
docs/static/openapi.yml
vendored
57
docs/static/openapi.yml
vendored
@@ -20144,8 +20144,14 @@ paths:
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: integer
|
||||
format: int64
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
highestBid:
|
||||
type: integer
|
||||
format: int64
|
||||
@@ -20273,8 +20279,14 @@ paths:
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: integer
|
||||
format: int64
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
highestBid:
|
||||
type: integer
|
||||
format: int64
|
||||
@@ -47405,11 +47417,24 @@ definitions:
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: integer
|
||||
format: int64
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
highestBid:
|
||||
type: integer
|
||||
format: int64
|
||||
cosmostest.cosmostest.Bid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
cosmostest.cosmostest.MsgNewAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47439,8 +47464,14 @@ definitions:
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: integer
|
||||
format: int64
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
highestBid:
|
||||
type: integer
|
||||
format: int64
|
||||
@@ -47482,8 +47513,14 @@ definitions:
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: integer
|
||||
format: int64
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
highestBid:
|
||||
type: integer
|
||||
format: int64
|
||||
|
||||
Reference in New Issue
Block a user