params

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2023 License: Apache-2.0 Imports: 19 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ModuleName             = types.ModuleName
	StoreKey               = types.StoreKey
	RouterKey              = types.RouterKey
	QuerierRoute           = types.QuerierRoute
	EventTypeUpdateParams  = types.EventTypeUpdateParams
	AttributeKeyParamKey   = types.AttributeKeyParamKey
	AttributeValueCategory = types.AttributeValueCategory
)

Variables

View Source
var (
	ErrUnknownSubspace  = types.ErrUnknownSubspace
	ErrSettingParameter = types.ErrSettingParameter
	ErrUnknownKey       = types.ErrUnknownKey

	// NewQuerier alias cosmos-sdk/x/params/keeper.NewQuerier
	NewQuerier = paramskeeper.NewQuerier
)

Functions

func NewHandler

func NewHandler(k paramskeeper.Keeper) sdk.Handler

NewHandler creates an sdk.Handler for all the params type messages

Types

type AppModule

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

AppModule implements an application module for the params module.

func NewAppModule

func NewAppModule(cdc codec.Codec, k Keeper) AppModule

NewAppModule creates a new AppModule object

func (AppModule) BeginBlock

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

BeginBlock returns the begin blocker for the params module.

func (AppModule) ConsensusVersion

func (AppModule) ConsensusVersion() uint64

ConsensusVersion implements AppModule/ConsensusVersion.

func (AppModule) EndBlock

EndBlock returns the end blocker for the params module. It returns no params updates.

func (AppModule) ExportGenesis

func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage

ExportGenesis returns the exported genesis state as raw bytes for the params module.

func (AppModule) GenerateGenesisState

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

GenerateGenesisState creates a randomized GenState of the params module.

func (AppModule) InitGenesis

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

InitGenesis performs genesis initialization for the params module. It returns no params updates.

func (AppModule) LegacyQuerierHandler

func (am AppModule) LegacyQuerierHandler(legacyQuerierCdc *codec.LegacyAmino) sdk.Querier

LegacyQuerierHandler returns the params module sdk.Querier.

func (AppModule) Name

func (AppModule) Name() string

Name returns the params module's name.

func (AppModule) ProposalContents

func (AppModule) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent

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

func (AppModule) QuerierRoute

func (AppModule) QuerierRoute() string

QuerierRoute returns the params module's querier route name.

func (AppModule) RandomizedParams

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

RandomizedParams creates randomized params param changes for the simulator.

func (AppModule) RegisterInvariants

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

RegisterInvariants registers the params module invariants.

func (AppModule) RegisterServices

func (am AppModule) RegisterServices(cfg module.Configurator)

RegisterServices registers module services.

func (AppModule) RegisterStoreDecoder

func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry)

RegisterStoreDecoder registers a decoder for params module's types

func (AppModule) Route

func (am AppModule) Route() sdk.Route

Route returns the message routing key for the params module.

func (AppModule) WeightedOperations

func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation

WeightedOperations returns the all the params module operations with their respective weights.

type AppModuleBasic

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

AppModuleBasic defines the basic application module used by the params module.

func (AppModuleBasic) DefaultGenesis

func (AppModuleBasic) DefaultGenesis(codec.JSONCodec) json.RawMessage

TODO

func (AppModuleBasic) GetTxCmd

func (AppModuleBasic) GetTxCmd() *cobra.Command

GetTxCmd returns the root tx command for the params module.

func (AppModuleBasic) RegisterGRPCRoutes

func (AppModuleBasic) RegisterGRPCRoutes(clientCtx client.Context, mux *runtime.ServeMux)

RegisterGRPCRoutes registers the gRPC Gateway routes for the params module.

func (AppModuleBasic) RegisterInterfaces

func (AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry)

RegisterInterfaces registers interfaces and implementations of the params module.

func (AppModuleBasic) RegisterLegacyAminoCodec

func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)

RegisterLegacyAminoCodec registers the params module's types for the given codec.

func (AppModuleBasic) ValidateGenesis

TODO

type BaseAppModuleBasic

type BaseAppModuleBasic = params.AppModuleBasic

BaseAppModuleBasic alias cosmos-sdk/x/params.AppModuleBasic

type Keeper

type Keeper = paramskeeper.Keeper

Keeper alias cosmos-sdk/x/params/keeper.Keeper

Directories

Path Synopsis
client
cli

Jump to

Keyboard shortcuts

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