Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + type ModuleAccountI interface + GetName func() string + GetPermissions func() []string + HasPermission func(string) bool + type SupplyI interface + Deflate func(amount sdk.Coins) SupplyI + GetTotal func() sdk.Coins + Inflate func(amount sdk.Coins) SupplyI + SetTotal func(total sdk.Coins) SupplyI + String func() string + ValidateBasic func() error