scaffold generalized ongoing auction info query

This commit is contained in:
2022-09-17 21:13:49 +00:00
parent 0d11ad94c9
commit 669837845d
9 changed files with 728 additions and 48 deletions

View File

@@ -4,6 +4,43 @@ info:
name: ''
description: ''
paths:
'/colinear/colinearcore/auction_info/{auctionId}':
get:
summary: Queries a list of AuctionInfo items.
operationId: ColinearColinearcoreAuctionInfo
responses:
'200':
description: A successful response.
schema:
type: object
properties:
bids:
type: string
default:
description: An unexpected error response.
schema:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
'@type':
type: string
additionalProperties: {}
parameters:
- name: auctionId
in: path
required: true
type: string
tags:
- Query
'/colinear/colinearcore/locked_funds/{owner}':
get:
summary: Queries a list of LockedFunds items.
@@ -30926,6 +30963,11 @@ definitions:
type: string
amount:
type: string
colinear.colinearcore.QueryAuctionInfoResponse:
type: object
properties:
bids:
type: string
colinear.colinearcore.QueryGetAuctionResponse:
type: object
properties: