Skip to content

Commit

Permalink
[1658]: Fully generate the proto stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Oct 9, 2023
1 parent fc656c9 commit 2429efa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

23 changes: 19 additions & 4 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36409,8 +36409,8 @@ paths:
type: string
format: uint64
title: >-
maximum amount of supply to allow a marker to be created
with
Deprecated: Prefer to use `max_supply` instead. Maximum
amount of supply to allow a marker to be created with
enable_governance:
type: boolean
format: boolean
Expand All @@ -36425,6 +36425,11 @@ paths:

requests are only subject to platform coin validation
denom expression)
max_supply:
type: string
title: >-
maximum amount of supply to allow a marker to be created
with
description: >-
QueryParamsResponse is the response type for the Query/Params RPC
method.
Expand Down Expand Up @@ -83319,7 +83324,9 @@ definitions:
max_total_supply:
type: string
format: uint64
title: maximum amount of supply to allow a marker to be created with
title: >-
Deprecated: Prefer to use `max_supply` instead. Maximum amount of
supply to allow a marker to be created with
enable_governance:
type: boolean
format: boolean
Expand All @@ -83332,6 +83339,9 @@ definitions:

requests are only subject to platform coin validation denom
expression)
max_supply:
type: string
title: maximum amount of supply to allow a marker to be created with
description: Params defines the set of params for the account module.
provenance.marker.v1.QueryAccessResponse:
type: object
Expand Down Expand Up @@ -83950,7 +83960,9 @@ definitions:
max_total_supply:
type: string
format: uint64
title: maximum amount of supply to allow a marker to be created with
title: >-
Deprecated: Prefer to use `max_supply` instead. Maximum amount of
supply to allow a marker to be created with
enable_governance:
type: boolean
format: boolean
Expand All @@ -83963,6 +83975,9 @@ definitions:

requests are only subject to platform coin validation denom
expression)
max_supply:
type: string
title: maximum amount of supply to allow a marker to be created with
description: QueryParamsResponse is the response type for the Query/Params RPC method.
provenance.marker.v1.QuerySupplyResponse:
type: object
Expand Down

0 comments on commit 2429efa

Please sign in to comment.