-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Swagger documentation for multi-staking module (#133)
* add swagger gen for multi-staking module * update swagger --------- Co-authored-by: Trinity <[email protected]>
- Loading branch information
1 parent
c2610c3
commit 9dc08f3
Showing
5 changed files
with
1,888 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "Cosmos SDK - gRPC Gateway docs", | ||
"description": "A REST interface for state queries", | ||
"version": "1.0.0" | ||
}, | ||
"apis": [ | ||
{ | ||
"url": "./tmp-swagger-gen/multistaking/v1/query.swagger.json", | ||
"operationIds": { | ||
"rename": { | ||
"Params": "MultiStakingParams" | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.