mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 21:54:26 -08:00
cosmostest -> colinear in dir structure
This commit is contained in:
42
docs/static/openapi.yml
vendored
42
docs/static/openapi.yml
vendored
@@ -20122,10 +20122,10 @@ paths:
|
||||
format: int64
|
||||
tags:
|
||||
- Query
|
||||
/cosmos-test/cosmostest/auction:
|
||||
/colinear/colinear/auction:
|
||||
get:
|
||||
summary: Queries a list of Auction items.
|
||||
operationId: CosmostestCosmostestAuctionAll
|
||||
operationId: ColinearcoreColinearcoreAuctionAll
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
@@ -20261,10 +20261,10 @@ paths:
|
||||
type: boolean
|
||||
tags:
|
||||
- Query
|
||||
'/cosmos-test/cosmostest/auction/{index}':
|
||||
'/colinear/colinear/auction/{index}':
|
||||
get:
|
||||
summary: Queries a Auction by index.
|
||||
operationId: CosmostestCosmostestAuction
|
||||
operationId: ColinearcoreColinearcoreAuction
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
@@ -20329,10 +20329,10 @@ paths:
|
||||
type: string
|
||||
tags:
|
||||
- Query
|
||||
'/cosmos-test/cosmostest/auction_bids/{index}':
|
||||
'/colinear/colinear/auction_bids/{index}':
|
||||
get:
|
||||
summary: Queries a list of AuctionBids items.
|
||||
operationId: CosmostestCosmostestAuctionBids
|
||||
operationId: ColinearcoreColinearcoreAuctionBids
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
@@ -20373,10 +20373,10 @@ paths:
|
||||
type: string
|
||||
tags:
|
||||
- Query
|
||||
/cosmos-test/cosmostest/next_auction:
|
||||
/colinear/colinear/next_auction:
|
||||
get:
|
||||
summary: Queries a NextAuction by index.
|
||||
operationId: CosmostestCosmostestNextAuction
|
||||
operationId: ColinearcoreColinearcoreNextAuction
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
@@ -20409,10 +20409,10 @@ paths:
|
||||
additionalProperties: {}
|
||||
tags:
|
||||
- Query
|
||||
/cosmos-test/cosmostest/params:
|
||||
/colinear/colinear/params:
|
||||
get:
|
||||
summary: Parameters queries the parameters of the module.
|
||||
operationId: CosmostestCosmostestParams
|
||||
operationId: ColinearcoreColinearcoreParams
|
||||
responses:
|
||||
'200':
|
||||
description: A successful response.
|
||||
@@ -47465,7 +47465,7 @@ definitions:
|
||||
description: >-
|
||||
MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount
|
||||
response type.
|
||||
cosmostest.cosmostest.Auction:
|
||||
colinear.colinear.Auction:
|
||||
type: object
|
||||
properties:
|
||||
index:
|
||||
@@ -47498,30 +47498,30 @@ definitions:
|
||||
format: uint64
|
||||
remaining:
|
||||
type: string
|
||||
cosmostest.cosmostest.Bid:
|
||||
colinear.colinear.Bid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
cosmostest.cosmostest.MsgNewAuctionResponse:
|
||||
colinear.colinear.MsgNewAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
auctionId:
|
||||
type: string
|
||||
cosmostest.cosmostest.MsgNewBidResponse:
|
||||
colinear.colinear.MsgNewBidResponse:
|
||||
type: object
|
||||
cosmostest.cosmostest.NextAuction:
|
||||
colinear.colinear.NextAuction:
|
||||
type: object
|
||||
properties:
|
||||
auctionId:
|
||||
type: string
|
||||
format: uint64
|
||||
cosmostest.cosmostest.Params:
|
||||
colinear.colinear.Params:
|
||||
type: object
|
||||
description: Params defines the parameters for the module.
|
||||
cosmostest.cosmostest.QueryAllAuctionResponse:
|
||||
colinear.colinear.QueryAllAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
auction:
|
||||
@@ -47584,7 +47584,7 @@ definitions:
|
||||
repeated Bar results = 1;
|
||||
PageResponse page = 2;
|
||||
}
|
||||
cosmostest.cosmostest.QueryAuctionBidsResponse:
|
||||
colinear.colinear.QueryAuctionBidsResponse:
|
||||
type: object
|
||||
properties:
|
||||
bids:
|
||||
@@ -47596,7 +47596,7 @@ definitions:
|
||||
type: string
|
||||
amount:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetAuctionResponse:
|
||||
colinear.colinear.QueryGetAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
auction:
|
||||
@@ -47632,7 +47632,7 @@ definitions:
|
||||
format: uint64
|
||||
remaining:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetNextAuctionResponse:
|
||||
colinear.colinear.QueryGetNextAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
NextAuction:
|
||||
@@ -47641,7 +47641,7 @@ definitions:
|
||||
auctionId:
|
||||
type: string
|
||||
format: uint64
|
||||
cosmostest.cosmostest.QueryParamsResponse:
|
||||
colinear.colinear.QueryParamsResponse:
|
||||
type: object
|
||||
properties:
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user