Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildModules ¶
func BuildModules(b rep.Broker, log *zerolog.Logger, cli *grpcClient.Client, rpcCli *rpc.Client, tbMapper tb.ToBroker, cdc codec.Codec, modules []string, addressesParser coreModule.MessageAddressesParser, defaultDenom string, 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 }
Click to show internal directories.
Click to hide internal directories.