mint

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventTypeMint = "mint"

	AttributeKeyBondedRatio      = "bonded_ratio"
	AttributeKeyInflation        = "inflation"
	AttributeKeyAnnualProvisions = "annual_provisions"
)

Minting module event types

View Source
const (
	ModuleName        = mint.ModuleName
	StoreKey          = mint.StoreKey
	DefaultParamspace = mint.DefaultParamspace
)

Variables

View Source
var (
	// function aliases
	NewQuerier    = mint.NewQuerier
	InitGenesis   = mint.InitGenesis
	ExportGenesis = mint.ExportGenesis

	// variable aliases
	ModuleCdc = mint.ModuleCdc
)
View Source
var (
	// function aliases
	NewKeeper = keeper.NewKeeper
)

Functions

func BeginBlocker

func BeginBlocker(ctx sdk.Context, k Keeper)

BeginBlocker mints new tokens for the previous block.

func DefaultGenesisState

func DefaultGenesisState() mint.GenesisState

DefaultGenesisState creates a default GenesisState object.

Types

type AppModule

type AppModule struct {
	AppModuleBasic
	// contains filtered or unexported fields
}

AppModule implements an application module for the mint module.

func NewAppModule

func NewAppModule(keeper Keeper) AppModule

NewAppModule creates a new AppModule object.

func (AppModule) BeginBlock

func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock)

BeginBlock processes module beginblock.

func (AppModule) EndBlock

EndBlock processes module beginblock.

func (AppModule) ExportGenesis

func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage

ExportGenesis exports genesis state data.

func (AppModule) GenerateGenesisState added in v1.0.0

func (AppModule) GenerateGenesisState(simState *module.SimulationState)

GenerateGenesisState creates a randomized GenState of the mint module.

func (AppModule) InitGenesis

func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate

InitGenesis initializes genesis state from data.

func (AppModule) Name

func (AppModule) Name() string

Name returns the module name.

func (AppModule) NewHandler

func (am AppModule) NewHandler() sdk.Handler

NewHandler creates new module handler.

func (AppModule) NewQuerierHandler

func (am AppModule) NewQuerierHandler() sdk.Querier

NewQuerierHandler create new query handler.

func (AppModule) ProposalContents added in v1.0.0

ProposalContents doesn't return any content functions for governance proposals.

func (AppModule) QuerierRoute

func (AppModule) QuerierRoute() string

QuerierRoute returns the module query route.

func (AppModule) RandomizedParams added in v1.0.0

func (AppModule) RandomizedParams(r *rand.Rand) []sim.ParamChange

RandomizedParams creates randomized mint param changes for the simulator.

func (AppModule) RegisterInvariants

func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry)

RegisterInvariants registers module invariants.

func (AppModule) RegisterStoreDecoder added in v1.0.0

func (AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry)

RegisterStoreDecoder registers a decoder for mint module's types.

func (AppModule) Route

func (AppModule) Route() string

Route routes message routes.

func (AppModule) WeightedOperations added in v1.0.0

func (AppModule) WeightedOperations(_ module.SimulationState) []sim.WeightedOperation

WeightedOperations doesn't return any mint module operation.

type AppModuleBasic

type AppModuleBasic struct{}

AppModuleBasic is the basic app module.

func (AppModuleBasic) DefaultGenesis

func (AppModuleBasic) DefaultGenesis() json.RawMessage

DefaultGenesis returns default genesis state as raw bytes for the mint module.

func (AppModuleBasic) GetQueryCmd

func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command

GetQueryCmd returns the root query command for the mint module.

func (AppModuleBasic) GetTxCmd

func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command

GetTxCmd returns the root tx command for the mint module.

func (AppModuleBasic) Name

func (AppModuleBasic) Name() string

Name returns the staking module's name.

func (AppModuleBasic) RegisterCodec

func (AppModuleBasic) RegisterCodec(cdc *codec.Codec)

RegisterCodec registers the staking module's types for the given codec.

func (AppModuleBasic) RegisterRESTRoutes

func (AppModuleBasic) RegisterRESTRoutes(cliCtx context.CLIContext, route *mux.Router)

RegisterRESTRoutes registers the REST routes for the mint module.

func (AppModuleBasic) ValidateGenesis

func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error

ValidateGenesis performs genesis state validation for the mint module.

type CosmosAppModule

type CosmosAppModule = mint.AppModule

type CosmosAppModuleBasic

type CosmosAppModuleBasic = mint.AppModuleBasic

type GenesisState

type GenesisState = mint.GenesisState

type Keeper

type Keeper = keeper.Keeper

Directories

Path Synopsis
Package types only consists of a copy from the cosmos' mint module's expected keepers
Package types only consists of a copy from the cosmos' mint module's expected keepers

Jump to

Keyboard shortcuts

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