history

package
v0.0.0-...-b9e5fcc Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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(cfg config.ChainConfig, messagesParser messages.MessageAddressesParser, cdc codec.Marshaler, 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

func (*Module) UpdateAccountBalanceHistory

func (m *Module) UpdateAccountBalanceHistory(address string) error

UpdateAccountBalanceHistory updates the historic balance for the user having the given address

func (*Module) UpdateAccountBalanceHistoryWithTime

func (m *Module) UpdateAccountBalanceHistoryWithTime(address string, time time.Time) error

UpdateAccountBalanceHistoryWithTime updates the historic balance for the user having the given address storing it associated to the given time

func (*Module) UpdatePricesHistory

func (m *Module) UpdatePricesHistory(prices []types.TokenPrice) error

UpdatePricesHistory stores the given prices inside the price history table

Jump to

Keyboard shortcuts

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