mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:34:26 -08:00
scaffold locked-funds query
This commit is contained in:
46
docs/static/openapi.yml
vendored
46
docs/static/openapi.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user