Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SupplyI ¶
type SupplyI interface { GetTotal() sdk.Coins SetTotal(total sdk.Coins) SupplyI Inflate(amount sdk.Coins) SupplyI Deflate(amount sdk.Coins) SupplyI String() string ValidateBasic() error }
type ModuleAccountI interface { exported.Account GetName() string GetPermissions() []string HasPermission(string) bool }
SupplyI defines an inflationary supply interface for modules that handle token supply.
Click to show internal directories.
Click to hide internal directories.