Versions in this module Expand all Collapse all v4 v4.0.0 Jun 26, 2023 Changes in this version + func GetAccounts(height int64, addresses []string) []types.Account + func GetGenesisAccounts(appState map[string]json.RawMessage, cdc codec.Codec) ([]types.Account, error) + func GetGenesisVestingAccounts(appState map[string]json.RawMessage, cdc codec.Codec) ([]exported.VestingAccount, error) + type Module struct + func NewModule(messagesParser messages.MessageAddressesParser, cdc codec.Codec, ...) *Module + func (m *Module) HandleGenesis(_ *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error + func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error + func (m *Module) Name() string + func (m *Module) RefreshAccounts(height int64, addresses []string) error Other modules containing this package github.com/forbole/bdjuno/v2 github.com/forbole/bdjuno/v3