Skip to content

Commit

Permalink
docs: update Swagger definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed May 10, 2023
1 parent b9f8f1c commit 89d9059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 164 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

163 changes: 0 additions & 163 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14293,75 +14293,6 @@ paths:
format: uint64
tags:
- Query
/desmos/fees/v1/params:
get:
summary: Params queries the fees module params
operationId: FeesParams
responses:
'200':
description: A successful response.
schema:
type: object
properties:
params:
type: object
properties:
min_fees:
type: array
items:
type: object
properties:
message_type:
type: string
amount:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an
amount.


NOTE: The amount field is an Int which implements
the custom method

signatures required by gogoproto.
title: >-
MinFee contains the minimum amount of coins that should
be paid as a fee for

each message of the specific type sent
title: Params contains the parameters for the fees module
title: QueryParamsResponse is the response type for the Query/Params RPC
default:
description: An unexpected error response.
schema:
type: object
properties:
error:
type: string
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
properties:
type_url:
type: string
value:
type: string
format: byte
tags:
- Query
/desmos/supply/v1/circulating/{denom}:
get:
summary: >-
Expand Down Expand Up @@ -22994,100 +22925,6 @@ definitions:
and

used from different subspaces
desmos.fees.v1.MinFee:
type: object
properties:
message_type:
type: string
amount:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: |-
Coin defines a token with a denomination and an amount.

NOTE: The amount field is an Int which implements the custom method
signatures required by gogoproto.
title: >-
MinFee contains the minimum amount of coins that should be paid as a fee
for

each message of the specific type sent
desmos.fees.v1.Params:
type: object
properties:
min_fees:
type: array
items:
type: object
properties:
message_type:
type: string
amount:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an amount.


NOTE: The amount field is an Int which implements the custom
method

signatures required by gogoproto.
title: >-
MinFee contains the minimum amount of coins that should be paid as a
fee for

each message of the specific type sent
title: Params contains the parameters for the fees module
desmos.fees.v1.QueryParamsResponse:
type: object
properties:
params:
type: object
properties:
min_fees:
type: array
items:
type: object
properties:
message_type:
type: string
amount:
type: array
items:
type: object
properties:
denom:
type: string
amount:
type: string
description: >-
Coin defines a token with a denomination and an amount.


NOTE: The amount field is an Int which implements the
custom method

signatures required by gogoproto.
title: >-
MinFee contains the minimum amount of coins that should be paid
as a fee for

each message of the specific type sent
title: Params contains the parameters for the fees module
title: QueryParamsResponse is the response type for the Query/Params RPC
desmos.supply.v1.QueryCirculatingResponse:
type: object
properties:
Expand Down

0 comments on commit 89d9059

Please sign in to comment.