mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 09:34:25 -08:00
scaffold CLR locking types / msg
This commit is contained in:
66
docs/static/openapi.yml
vendored
66
docs/static/openapi.yml
vendored
@@ -4,6 +4,43 @@ info:
|
||||
name: ''
|
||||
description: ''
|
||||
paths:
|
||||
/colinear/colinearcore/locked_users:
|
||||
get:
|
||||
summary: Queries a LockedUsers by index.
|
||||
operationId: ColinearColinearcoreLockedUsers
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
LockedUsers:
|
||||
type: object
|
||||
properties:
|
||||
users:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
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: {}
|
||||
tags:
|
||||
- Query
|
||||
/colinearcore/colinearcore/auction:
|
||||
get:
|
||||
summary: Queries a list of Auction items.
|
||||
@@ -141,16 +178,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}':
|
||||
@@ -30746,6 +30773,15 @@ definitions:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
colinear.colinearcore.LockedUsers:
|
||||
type: object
|
||||
properties:
|
||||
users:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
colinear.colinearcore.MsgLockFundsResponse:
|
||||
type: object
|
||||
colinear.colinearcore.MsgNewAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
@@ -30873,6 +30909,16 @@ definitions:
|
||||
format: uint64
|
||||
remaining:
|
||||
type: string
|
||||
colinear.colinearcore.QueryGetLockedUsersResponse:
|
||||
type: object
|
||||
properties:
|
||||
LockedUsers:
|
||||
type: object
|
||||
properties:
|
||||
users:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
colinear.colinearcore.QueryGetNextAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user