docs: Cleanup SDK docs (#9889)

* return MaxUint64 for Limit on InfiniteGasMeter and add a func to return GasLeft on GasMeter

* change dead link to appropriate link

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
likhita-809
2021-08-10 08:18:47 +00:00
committed by GitHub
co-authored by Marko
parent 84cc05b74f
commit 47a3f02735
+1 -1
View File
@@ -88,7 +88,7 @@ SDK modules are defined in the `x/` folder of the SDK. Some core modules include
- `x/bank`: Used to enable tokens and token transfers.
- `x/staking` + `x/slashing`: Used to build Proof-Of-Stake blockchains.
In addition to the already existing modules in `x/`, that anyone can use in their app, the SDK lets you build your own custom modules. You can check an [example of that in the tutorial](https://cosmos.network/docs/tutorial/keeper.html).
In addition to the already existing modules in `x/`, that anyone can use in their app, the SDK lets you build your own custom modules. You can check an [example of that in the tutorial](https://tutorials.cosmos.network/).
## Next {hide}