Skip to content

Commit

Permalink
docs: update documentation on tx
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Jun 14, 2022
1 parent b3df5a1 commit 7d4dac6
Show file tree
Hide file tree
Showing 9 changed files with 818 additions and 182 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38794,8 +38794,8 @@ paths:
type: boolean
format: boolean
description: >-
mintable represents whether the token is allowed to
mint.
mintable represents whether the token is allowed to mint
or burn.
description: TokenClass defines token information.
description: information of the token classes.
pagination:
Expand Down Expand Up @@ -38951,7 +38951,9 @@ paths:
mintable:
type: boolean
format: boolean
description: mintable represents whether the token is allowed to mint.
description: >-
mintable represents whether the token is allowed to mint
or burn.
description: TokenClass defines token information.
title: >-
QueryTokenClassResponse is the response type for the
Expand Down Expand Up @@ -64461,7 +64463,7 @@ definitions:
mintable:
type: boolean
format: boolean
description: mintable represents whether the token is allowed to mint.
description: mintable represents whether the token is allowed to mint or burn.
description: TokenClass defines token information.
title: >-
QueryTokenClassResponse is the response type for the Query/TokenClass RPC
Expand Down Expand Up @@ -64504,7 +64506,9 @@ definitions:
mintable:
type: boolean
format: boolean
description: mintable represents whether the token is allowed to mint.
description: >-
mintable represents whether the token is allowed to mint or
burn.
description: TokenClass defines token information.
description: information of the token classes.
pagination:
Expand Down Expand Up @@ -64561,7 +64565,7 @@ definitions:
mintable:
type: boolean
format: boolean
description: mintable represents whether the token is allowed to mint.
description: mintable represents whether the token is allowed to mint or burn.
description: TokenClass defines token information.
lbm.feegrant.v1.Grant:
type: object
Expand Down
Loading

0 comments on commit 7d4dac6

Please sign in to comment.