app

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2020 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AccountAddressPrefix   = "cosmos"
	AccountPubKeyPrefix    = "cosmospub"
	ValidatorAddressPrefix = "cosmosvaloper"
	ValidatorPubKeyPrefix  = "cosmosvaloperpub"
	ConsNodeAddressPrefix  = "cosmosvalcons"
	ConsNodePubKeyPrefix   = "cosmosvalconspub"
)

Functions

func GetMaccPerms

func GetMaccPerms() map[string][]string

func MakeCodec

func MakeCodec() *codec.Codec

func NewAnteHandler

NewAnteHandler returns an AnteHandler that checks and increments sequence numbers, checks signatures & account numbers, and deducts fees from the first signer.

func SetConfig

func SetConfig()

Types

type GenesisState

type GenesisState map[string]json.RawMessage

func NewDefaultGenesisState

func NewDefaultGenesisState() GenesisState

type NewApp

type NewApp struct {
	*bam.BaseApp
	// contains filtered or unexported fields
}

func NewInitApp

func NewInitApp(
	logger log.Logger, db dbm.DB, traceStore io.Writer, loadLatest bool,
	invCheckPeriod uint, baseAppOptions ...func(*bam.BaseApp),
) *NewApp

func (*NewApp) BeginBlocker

func (app *NewApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock

func (*NewApp) Codec

func (app *NewApp) Codec() *codec.Codec

func (*NewApp) EndBlocker

func (app *NewApp) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock

func (*NewApp) ExportAppStateAndValidators

func (app *NewApp) ExportAppStateAndValidators(
	forZeroHeight bool, jailWhiteList []string,
) (appState json.RawMessage, validators []tmtypes.GenesisValidator, err error)

ExportAppStateAndValidators exports the state of the application for a genesis file.

func (*NewApp) InitChainer

func (app *NewApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain

func (*NewApp) LoadHeight

func (app *NewApp) LoadHeight(height int64) error

func (*NewApp) ModuleAccountAddrs

func (app *NewApp) ModuleAccountAddrs() map[string]bool

func (*NewApp) SimulationManager

func (app *NewApp) SimulationManager() *module.SimulationManager

Jump to

Keyboard shortcuts

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