Versions in this module Expand all Collapse all v1 v1.0.0 May 14, 2020 Changes in this version + const ModuleName + type Balance struct + Address sdk.AccAddress + Coins sdk.Coins + func (b Balance) GetAddress() sdk.AccAddress + func (b Balance) GetCoins() sdk.Coins + type GenesisBalance interface + GetAddress func() sdk.AccAddress + GetCoins func() sdk.Coins + type GenesisState struct + Balances []Balance + SendEnabled bool + func Migrate(bankGenState v038bank.GenesisState, authGenState v038auth.GenesisState) GenesisState + func NewGenesisState(sendEnabled bool, balances []Balance) GenesisState v1.0.0-playground Jul 8, 2020