Documentation ¶ Index ¶ func BuildModules(b rep.Broker, log *zerolog.Logger, cli *grpcClient.Client, ...) []types.Module type Cache Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildModules ¶ func BuildModules(b rep.Broker, log *zerolog.Logger, cli *grpcClient.Client, tbMapper tb.ToBroker, cdc codec.Codec, modules []string, addressesParser coreModule.MessageAddressesParser, tallyCache Cache[uint64, int64], accountCache Cache[string, int64]) []types.Module Types ¶ type Cache ¶ added in v0.3.2 type Cache[K, V comparable] interface { UpdateCacheValue(K, V) bool } Source Files ¶ View all Source files module.go Directories ¶ Show internal Expand all Path Synopsis auth authz bank core distribution feegrant gov ibc liquidity mint slashing staking utils Click to show internal directories. Click to hide internal directories.