upgrade auction structure ton include denom + no owner in tx

This commit is contained in:
2022-09-01 04:49:24 +00:00
parent 9727e246ee
commit ed2061213e
9 changed files with 227 additions and 98 deletions

View File

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