mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 05:14:26 -08:00
implement auction finalization system
This commit is contained in:
15
docs/static/openapi.yml
vendored
15
docs/static/openapi.yml
vendored
@@ -20150,6 +20150,9 @@ paths:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
pagination:
|
||||
type: object
|
||||
properties:
|
||||
@@ -20280,6 +20283,9 @@ paths:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@@ -47457,6 +47463,9 @@ definitions:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
cosmostest.cosmostest.Bid:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47501,6 +47510,9 @@ definitions:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
pagination:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47557,6 +47569,9 @@ definitions:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
cosmostest.cosmostest.QueryGetNextAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user