add deadline to auctions

This commit is contained in:
2022-09-01 19:13:17 +00:00
parent 5d71effb7f
commit 338b7d075a
8 changed files with 144 additions and 41 deletions

View File

@@ -20159,6 +20159,9 @@ paths:
type: string
owner:
type: string
leaseEnd:
type: string
format: uint64
pagination:
type: object
properties:
@@ -20251,6 +20254,16 @@ paths:
in: query
required: false
type: boolean
- name: pagination.reverse
description: >-
reverse is set to true if results are to be returned in the
descending order.
Since: cosmos-sdk 0.43
in: query
required: false
type: boolean
tags:
- Query
'/cosmos-test/cosmostest/auction/{index}':
@@ -20288,6 +20301,9 @@ paths:
type: string
owner:
type: string
leaseEnd:
type: string
format: uint64
default:
description: An unexpected error response.
schema:
@@ -47474,6 +47490,9 @@ definitions:
type: string
owner:
type: string
leaseEnd:
type: string
format: uint64
cosmostest.cosmostest.Bid:
type: object
properties:
@@ -47527,6 +47546,9 @@ definitions:
type: string
owner:
type: string
leaseEnd:
type: string
format: uint64
pagination:
type: object
properties:
@@ -47592,6 +47614,9 @@ definitions:
type: string
owner:
type: string
leaseEnd:
type: string
format: uint64
cosmostest.cosmostest.QueryGetNextAuctionResponse:
type: object
properties: