mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 21:54:26 -08:00
query: pending bids for auction
This commit is contained in:
18
docs/static/openapi.yml
vendored
18
docs/static/openapi.yml
vendored
@@ -20316,7 +20316,14 @@ paths:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@@ -47523,7 +47530,14 @@ definitions:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user