history

package
v0.0.0-...-82415a5 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleGenesis

func HandleGenesis(genesisTime time.Time, db *database.Db) error

HandleGenesis handles the genesis operations for the history module, storing the initial history data

func HandleMsg

func HandleMsg(tx *juno.Tx, msg sdk.Msg, getAddresses messages.MessageAddressesParser, cdc codec.Marshaler, db *database.Db) error

HandleMsg handles any message updating the involved accounts

func RegisterPeriodicOps

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

RegisterPeriodicOps returns the operations that periodically runs and updates the users historic balance

Types

type Module

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

Module represents the module that allows to store historic information

func NewModule

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

NewModule allows to build a new Module instance

func (*Module) HandleGenesis

func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, _ map[string]json.RawMessage) error

HandleGenesis implements modules.GenesisModule

func (*Module) HandleMsg

func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error

HandleMsg 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.PeriodicOperationsModule

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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