staking

package
v0.0.0-...-52431d2 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleBlock

func HandleBlock(
	block *tmctypes.ResultBlock, vals *tmctypes.ResultValidators,
	stakingClient stakingtypes.QueryClient,
	cdc codec.Marshaler, db *database.BigDipperDb,
) error

HandleBlock represents a method that is called each time a new block is created

func HandleGenesis

func HandleGenesis(
	appState map[string]json.RawMessage, cdc codec.Marshaler, db *database.BigDipperDb,
) error

func HandleMsg

func HandleMsg(tx *juno.Tx, msg sdk.Msg, cdc codec.Marshaler, db *database.BigDipperDb) error

HandleMsg allows to handle the different messages related to the staking module

Types

type Module

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

Module represents the x/staking module

func NewModule

func NewModule(encodingConfig *params.EncodingConfig, grpcConnection *grpc.ClientConn, db *database.BigDipperDb) *Module

NewModule returns a new Module instance

func (*Module) HandleBlock

func (m *Module) HandleBlock(block *tmctypes.ResultBlock, _ []*types.Tx, vals *tmctypes.ResultValidators) error

HandleBlock implements BlockModule

func (*Module) HandleGenesis

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

HandleGenesis implements GenesisModule

func (*Module) HandleMsg

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

HandleMsg implements MessageModule

func (*Module) Name

func (m *Module) Name() string

Name implements modules.Module

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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