implement query & update return schema

This commit is contained in:
2022-09-08 22:12:08 +00:00
parent f048bfac01
commit 5cc5bfb9d6
4 changed files with 126 additions and 60 deletions

View File

@@ -13,6 +13,9 @@ paths:
description: A successful response.
schema:
type: object
properties:
amount:
type: string
default:
description: An unexpected error response.
schema:
@@ -212,16 +215,6 @@ 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
'/colinearcore/colinearcore/auction/{index}':
@@ -30976,6 +30969,9 @@ definitions:
format: uint64
colinear.colinearcore.QueryLockedFundsResponse:
type: object
properties:
amount:
type: string
colinear.colinearcore.QueryParamsResponse:
type: object
properties: