Versions in this module Expand all Collapse all v0 v0.2.5 Jul 6, 2023 Changes in this version + const ModuleName + type Asset struct + Blockable bool + BlockedAddresses []sdk.AccAddress + Denom string + Owner sdk.AccAddress + Paused bool + RateLimit RateLimit + type AssetSupplies []AssetSupply + type AssetSupply struct + CurrentSupply sdk.Coin + TimeElapsed time.Duration + type Assets []Asset + type GenesisState struct + Params Params + Supplies AssetSupplies + type Params struct + Assets Assets + type RateLimit struct + Active bool + Limit sdkmath.Int + TimePeriod time.Duration