Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UniqueAddressesParser ¶
func UniqueAddressesParser(parser messages.MessageAddressesParser) messages.MessageAddressesParser
UniqueAddressesParser returns a wrapper around the given parser that removes all duplicated addresses
Types ¶
type Registrar ¶
type Registrar struct {
// contains filtered or unexported fields
}
Registrar represents the modules.Registrar that allows to register all modules that are supported by BigDipper
func NewRegistrar ¶
func NewRegistrar(parser messages.MessageAddressesParser) *Registrar
NewRegistrar allows to build a new Registrar instance
type Sources ¶
type Sources struct { BankSource banksource.Source DistrSource distrsource.Source GovSource govsource.Source MintSource mintsource.Source SlashingSource slashingsource.Source StakingSource stakingsource.Source }
func BuildSources ¶
func BuildSources(nodeCfg nodeconfig.Config, encodingConfig *params.EncodingConfig) (*Sources, error)
Click to show internal directories.
Click to hide internal directories.