auth

package
v0.0.0-...-a08de0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2022 License: CC0-1.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleAccounts

func HandleAccounts(db *db.Db, flowClient client.Proxy) error

func HandleTxs

func HandleTxs(getAddresses messages.MessageAddressesParser, cdc codec.Marshaler, db *db.Db, flowClient client.Proxy, tx *types.Tx) error

HandleEvent handles any message updating the involved accounts

func Handler

func Handler(appState map[string]json.RawMessage, cdc codec.Marshaler, db *db.Db) error

Handler handles the genesis state of the x/auth module in order to store the initial values of the different accounts.

func RegisterPeriodicOps

func RegisterPeriodicOps(scheduler *gocron.Scheduler, db *database.Db, flowClient client.Proxy) error

Types

type Module

type Module struct {
	// contains filtered or unexported fields
}

Module represents the x/auth module

func NewModule

func NewModule(
	messagesParser messages.MessageAddressesParser,
	flowClient client.Proxy,
	encodingConfig *params.EncodingConfig, db *db.Db,
) *Module

NewModule builds a new Module instance

func (*Module) HandleTx

func (m *Module) HandleTx(index int, tx *types.Tx) error

HandleEvent implements modules.MessageModule

func (*Module) Name

func (m *Module) Name() string

Name implements modules.Module

func (*Module) RegisterPeriodicOperations

func (m *Module) RegisterPeriodicOperations(scheduler *gocron.Scheduler) error

RegisterPeriodicOperations implements modules.Module

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL