scaffold locked-funds query

This commit is contained in:
2022-09-08 21:52:01 +00:00
parent 04795f8e9e
commit f048bfac01
7 changed files with 604 additions and 44 deletions

View File

@@ -4,6 +4,40 @@ info:
name: ''
description: ''
paths:
'/colinear/colinearcore/locked_funds/{owner}':
get:
summary: Queries a list of LockedFunds items.
operationId: ColinearColinearcoreLockedFunds
responses:
'200':
description: A successful response.
schema:
type: object
default:
description: An unexpected error response.
schema:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
'@type':
type: string
additionalProperties: {}
parameters:
- name: owner
in: path
required: true
type: string
tags:
- Query
/colinear/colinearcore/locked_users:
get:
summary: Queries a LockedUsers by index.
@@ -178,6 +212,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
'/colinearcore/colinearcore/auction/{index}':
@@ -30930,6 +30974,8 @@ definitions:
auctionId:
type: string
format: uint64
colinear.colinearcore.QueryLockedFundsResponse:
type: object
colinear.colinearcore.QueryParamsResponse:
type: object
properties: