account

package
v0.0.0-...-8551cdf Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2020 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

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

Variables

View Source
var (
	NewAccountKeeper    = keeper.NewAccountKeeper
	NewQuerier          = keeper.NewQuerier
	NewKuAccount        = types.NewKuAccount
	DefaultGenesisState = types.DefaultGenesisState
	ModuleCdc           = types.ModuleCdc
)

Functions

func InitGenesis

func InitGenesis(ctx sdk.Context, ak Keeper, data GenesisState)

InitGenesis account genesis init

func NewHandler

func NewHandler(k Keeper) msg.Handler

NewHandler returns a handler for "bank" type messages.

Types

type AppModule

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

AppModule implements an application module for the account module.

func NewAppModule

func NewAppModule(accountKeeper Keeper, assetTransfer chainTypes.AssetTransfer) AppModule

NewAppModule creates a new AppModule object

func (AppModule) BeginBlock

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

BeginBlock returns the begin blocker for the account module.

func (AppModule) EndBlock

EndBlock returns the end blocker for the account module. It returns no validator updates.

func (AppModule) ExportGenesis

func (am AppModule) ExportGenesis(ctx sdk.Context, _ codec.JSONMarshaler) json.RawMessage

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

func (AppModule) GenerateGenesisState

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

GenerateGenesisState creates a randomized GenState of the account module

func (AppModule) InitGenesis

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

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

func (AppModule) Name

func (AppModule) Name() string

Name returns the account module's name.

func (AppModule) NewHandler

func (am AppModule) NewHandler() sdk.Handler

NewHandler returns an sdk.Handler for the account module.

func (AppModule) NewQuerierHandler

func (am AppModule) NewQuerierHandler() sdk.Querier

NewQuerierHandler returns the account module sdk.Querier.

func (AppModule) ProposalContents

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

func (AppModule) QuerierRoute

func (AppModule) QuerierRoute() string

QuerierRoute returns the account module's querier route name.

func (AppModule) RandomizedParams

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

RandomizedParams creates randomized auth param changes for the simulator.

func (AppModule) RegisterInvariants

func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry)

RegisterInvariants performs a no-op.

func (AppModule) RegisterStoreDecoder

func (AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry)

RegisterStoreDecoder registers a decoder for account module's types

func (AppModule) Route

func (AppModule) Route() string

Route returns the message routing key for the account module.

func (AppModule) WeightedOperations

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

WeightedOperations doesn't return any account module operation.

type AppModuleBasic

type AppModuleBasic struct{}

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

func (AppModuleBasic) DefaultGenesis

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

func (AppModuleBasic) GetQueryCmd

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

GetQueryCmd returns the root query command for the account module.

func (AppModuleBasic) GetTxCmd

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

GetTxCmd returns the root tx command for the account module.

func (AppModuleBasic) Name

func (AppModuleBasic) Name() string

Name returns the account module's name.

func (AppModuleBasic) RegisterCodec

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

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

func (AppModuleBasic) RegisterRESTRoutes

func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router)

RegisterRESTRoutes registers the REST routes for the account module.

func (AppModuleBasic) ValidateGenesis

ValidateGenesis performs genesis state validation for the account module.

type GenesisState

type GenesisState = types.GenesisState

func ExportGenesis

func ExportGenesis(ctx sdk.Context, ak Keeper) GenesisState

ExportGenesis returns a GenesisState for a given context and keeper

type Keeper

type Keeper = keeper.AccountKeeper

Directories

Path Synopsis
client
cli
gen

Jump to

Keyboard shortcuts

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