* supply spec * update spec * update other modules * update distr * update spec according to latest refactors * Apply suggestions from code review Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> * updated spec * Apply suggestions from code review Co-Authored-By: Marko <marbar3778@yahoo.com> * final updates * Apply suggestions from code review Co-Authored-By: Alessio Treglia <quadrispro@ubuntu.com> * word wrap in supply concepts * edits to concepts
218 B
218 B
State
Supply
The Supply is a passive tracker of the supply of the chain:
- Supply:
0x0 -> amino(Supply)
type Supply struct {
Total sdk.Coins // total supply of tokens registered on the chain
}