implement auction finalization system

This commit is contained in:
2022-08-31 22:40:28 +00:00
parent 5aea9c162e
commit fdbed8aa41
11 changed files with 129 additions and 18 deletions

View File

@@ -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: