mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
upgrade auction structure ton include denom + no owner in tx
This commit is contained in:
20
docs/static/openapi.yml
vendored
20
docs/static/openapi.yml
vendored
@@ -20153,6 +20153,10 @@ paths:
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
denom:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
pagination:
|
||||
type: object
|
||||
properties:
|
||||
@@ -20286,6 +20290,10 @@ paths:
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
denom:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@@ -47466,6 +47474,10 @@ definitions:
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
denom:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
cosmostest.cosmostest.Bid:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47513,6 +47525,10 @@ definitions:
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
denom:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
pagination:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47572,6 +47588,10 @@ definitions:
|
||||
deadline:
|
||||
type: string
|
||||
format: uint64
|
||||
denom:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetNextAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user