vpn

package
v0.4.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2021 License: Apache-2.0 Imports: 25 Imported by: 5

Documentation

Overview

nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/vpn/types ALIASGEN: github.com/sentinel-official/hub/x/vpn/keeper ALIASGEN: github.com/sentinel-official/hub/x/vpn/querier

Index

Constants

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

Variables

View Source
var (
	// functions aliases
	RegisterCodec       = types.RegisterCodec
	NewGenesisState     = types.NewGenesisState
	DefaultGenesisState = types.DefaultGenesisState
	NewKeeper           = keeper.NewKeeper
	NewQuerier          = querier.NewQuerier

	// variable aliases
	ModuleCdc             = types.ModuleCdc
	ErrorMarshal          = types.ErrorMarshal
	ErrorUnmarshal        = types.ErrorUnmarshal
	ErrorUnknownMsgType   = types.ErrorUnknownMsgType
	ErrorUnknownQueryType = types.ErrorUnknownQueryType
	ErrorInvalidField     = types.ErrorInvalidField
)

Functions

func EndBlock

func EndBlock(ctx sdk.Context, k keeper.Keeper) abci.ValidatorUpdates

func ExportGenesis

func ExportGenesis(ctx sdk.Context, k keeper.Keeper) types.GenesisState

func InitGenesis

func InitGenesis(ctx sdk.Context, k keeper.Keeper, state types.GenesisState)

func NewHandler

func NewHandler(k keeper.Keeper) sdk.Handler

func ValidateGenesis

func ValidateGenesis(state types.GenesisState) error

Types

type AppModule added in v0.2.0

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

func NewAppModule added in v0.2.0

func NewAppModule(ak expected.AccountKeeper, k keeper.Keeper) AppModule

func (AppModule) BeginBlock added in v0.2.0

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

func (AppModule) EndBlock added in v0.2.0

func (AppModule) ExportGenesis added in v0.2.0

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

func (AppModule) GenerateGenesisState added in v0.4.0

func (a AppModule) GenerateGenesisState(state *module.SimulationState)

func (AppModule) InitGenesis added in v0.2.0

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

func (AppModule) NewHandler added in v0.2.0

func (a AppModule) NewHandler() sdk.Handler

func (AppModule) NewQuerierHandler added in v0.2.0

func (a AppModule) NewQuerierHandler() sdk.Querier

func (AppModule) ProposalContents added in v0.4.0

func (AppModule) QuerierRoute added in v0.2.0

func (a AppModule) QuerierRoute() string

func (AppModule) RandomizedParams added in v0.4.0

func (a AppModule) RandomizedParams(_ *rand.Rand) []xsimulation.ParamChange

func (AppModule) RegisterInvariants added in v0.2.0

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

func (AppModule) RegisterStoreDecoder added in v0.4.0

func (a AppModule) RegisterStoreDecoder(_ sdk.StoreDecoderRegistry)

func (AppModule) Route added in v0.2.0

func (a AppModule) Route() string

func (AppModule) WeightedOperations added in v0.4.0

func (a AppModule) WeightedOperations(state module.SimulationState) []xsimulation.WeightedOperation

type AppModuleBasic added in v0.2.0

type AppModuleBasic struct{}

func (AppModuleBasic) DefaultGenesis added in v0.2.0

func (a AppModuleBasic) DefaultGenesis() json.RawMessage

func (AppModuleBasic) GetQueryCmd added in v0.2.0

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

func (AppModuleBasic) GetTxCmd added in v0.2.0

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

func (AppModuleBasic) Name added in v0.2.0

func (a AppModuleBasic) Name() string

func (AppModuleBasic) RegisterCodec added in v0.2.0

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

func (AppModuleBasic) RegisterRESTRoutes added in v0.2.0

func (a AppModuleBasic) RegisterRESTRoutes(context context.CLIContext, router *mux.Router)

func (AppModuleBasic) ValidateGenesis added in v0.2.0

func (a AppModuleBasic) ValidateGenesis(data json.RawMessage) error

type GenesisState

type GenesisState = types.GenesisState

type Keeper

type Keeper = 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