mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
add deadline to auctions
This commit is contained in:
25
docs/static/openapi.yml
vendored
25
docs/static/openapi.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user