pricefeed

package
v4.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Tokens []types.Token `yaml:"tokens"`
}

Config contains the configuration about the pricefeed module

func NewConfig

func NewConfig(tokens []types.Token) *Config

NewConfig returns a new Config instance

func ParseConfig

func ParseConfig(bz []byte) (*Config, error)

type Module

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

Module represents the module that allows to get the token prices

func NewModule

func NewModule(cfg config.Config, cdc codec.Codec, db *database.Db) *Module

NewModule returns a new Module instance

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) RunAdditionalOperations

func (m *Module) RunAdditionalOperations() error

RunAdditionalOperations implements modules.AdditionalOperationsModule

func (*Module) UpdatePrice

func (m *Module) UpdatePrice() error

UpdatePrice fetches the total amount of coins in the system from RPC and stores it in database

func (*Module) UpdatePricesHistory

func (m *Module) UpdatePricesHistory() error

UpdatePricesHistory fetches total amount of coins in the system from RPC and stores historical perice data inside the database

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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