auth

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: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleMsg

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

HandleMsg handles any message updating the involved accounts

func Handler

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

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

Types

type Module

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

Module represents the x/auth module

func NewModule

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

NewModule builds a new Module instance

func (*Module) HandleGenesis

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

HandleGenesis implements modules.GenesisModule

func (*Module) HandleMsg

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

HandleMsg implements modules.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