Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 218 Bytes

02_state.md

File metadata and controls

13 lines (9 loc) · 218 Bytes

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
}