mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 03:44:26 -08:00
fmt & leftovers from previous scaffold
This commit is contained in:
30
docs/static/openapi.yml
vendored
30
docs/static/openapi.yml
vendored
@@ -20143,9 +20143,7 @@ paths:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: array
|
||||
items:
|
||||
topBid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
@@ -20244,6 +20242,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
|
||||
'/cosmos-test/cosmostest/auction/{index}':
|
||||
@@ -20265,9 +20273,7 @@ paths:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: array
|
||||
items:
|
||||
topBid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
@@ -47400,9 +47406,7 @@ definitions:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: array
|
||||
items:
|
||||
topBid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
@@ -47446,9 +47450,7 @@ definitions:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: array
|
||||
items:
|
||||
topBid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
@@ -47492,9 +47494,7 @@ definitions:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
bids:
|
||||
type: array
|
||||
items:
|
||||
topBid:
|
||||
type: object
|
||||
properties:
|
||||
owner:
|
||||
|
||||
@@ -2,6 +2,7 @@ package keeper
|
||||
|
||||
import (
|
||||
"cosmos-test/x/cosmostest/types"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/store/prefix"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ import (
|
||||
"context"
|
||||
|
||||
"cosmos-test/x/cosmostest/types"
|
||||
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
|
||||
Reference in New Issue
Block a user