Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handler ¶
Handler handles the genesis state of the x/auth module in order to store the initial values of the different accounts.
func RegisterPeriodicOperations ¶
Register registers the utils that should be run periodically
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represents the x/auth module
func NewModule ¶
func NewModule( messagesParser messages.MessageAddressesParser, clients client.Proxy, encodingConfig *params.EncodingConfig, db *db.Db, ) *Module
NewModule builds a new Module instance
func (*Module) RegisterPeriodicOperations ¶
RegisterPeriodicOperations implements modules.Module
func (*Module) RunAdditionalOperations ¶
RegisterPeriodicOperations implements modules.Module
Source Files ¶
Click to show internal directories.
Click to hide internal directories.