bank

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/terra-project/core/x/bank/internal/types/

nolint

Index

Constants

View Source
const (
	DefaultCodespace         = bank.DefaultCodespace
	CodeSendDisabled         = bank.CodeSendDisabled
	CodeInvalidInputsOutputs = bank.CodeInvalidInputsOutputs
	ModuleName               = bank.ModuleName
	RouterKey                = bank.RouterKey
	QuerierRoute             = bank.QuerierRoute
	DefaultParamspace        = bank.DefaultParamspace
)

Variables

View Source
var (
	// functions aliases
	RegisterCodec = types.RegisterCodec

	// variable aliases
	ModuleCdc = types.ModuleCdc
)
View Source
var (
	// functions aliases
	ErrNoInputs                     = bank.ErrNoInputs
	ErrNoOutputs                    = bank.ErrNoOutputs
	ErrInputOutputMismatch          = bank.ErrInputOutputMismatch
	ErrSendDisabled                 = bank.ErrSendDisabled
	NewBaseKeeper                   = bank.NewBaseKeeper
	NewInput                        = bank.NewInput
	NewOutput                       = bank.NewOutput
	ParamKeyTable                   = bank.ParamKeyTable
	NewCosmosAppModule              = bank.NewAppModule
	SimulateMsgSend                 = bank.SimulateMsgSend
	SimulateSingleInputMsgMultiSend = bank.SimulateSingleInputMsgMultiSend

	// variable aliases
	ParamStoreKeySendEnabled = bank.ParamStoreKeySendEnabled
	CosmosModuleCdc          = bank.ModuleCdc
)

Functions

This section is empty.

Types

type AppModule added in v0.3.0

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

AppModule implements an application module for the bank module.

func NewAppModule added in v0.3.0

func NewAppModule(keeper Keeper, accountKeeper types.AccountKeeper) AppModule

NewAppModule creates a new AppModule object

func (AppModule) BeginBlock added in v0.3.0

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

BeginBlock returns the begin blocker for the bank module.

func (AppModule) EndBlock added in v0.3.0

func (am AppModule) EndBlock(ctx sdk.Context, rbb abci.RequestEndBlock) []abci.ValidatorUpdate

EndBlock returns the end blocker for the bank module.

func (AppModule) ExportGenesis added in v0.3.0

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

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

func (AppModule) InitGenesis added in v0.3.0

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

InitGenesis performs genesis initialization for the bank module.

func (AppModule) Name added in v0.3.0

func (am AppModule) Name() string

Name returns the bank module's name.

func (AppModule) NewHandler added in v0.3.0

func (am AppModule) NewHandler() sdk.Handler

NewHandler returns an sdk.Handler for the bank module.

func (AppModule) NewQuerierHandler added in v0.3.0

func (am AppModule) NewQuerierHandler() sdk.Querier

NewQuerierHandler returns the bank module sdk.Querier.

func (AppModule) QuerierRoute added in v0.3.0

func (am AppModule) QuerierRoute() string

QuerierRoute returns the bank module's querier route name.

func (AppModule) RegisterInvariants added in v0.3.0

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

RegisterInvariants registers the bank module invariants.

func (AppModule) Route added in v0.3.0

func (am AppModule) Route() string

Route returns the message routing key for the bank module.

type AppModuleBasic added in v0.3.0

type AppModuleBasic struct{}

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

func (AppModuleBasic) DefaultGenesis added in v0.3.0

func (AppModuleBasic) DefaultGenesis() json.RawMessage

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

func (AppModuleBasic) GetQueryCmd added in v0.3.0

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

GetQueryCmd returns the root query command for the bank module.

func (AppModuleBasic) GetTxCmd added in v0.3.0

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

GetTxCmd returns the root tx command for the bank module.

func (AppModuleBasic) Name added in v0.3.0

func (AppModuleBasic) Name() string

Name returns the bank module's name

func (AppModuleBasic) RegisterCodec added in v0.3.0

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

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

func (AppModuleBasic) RegisterRESTRoutes added in v0.3.0

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

RegisterRESTRoutes registers the REST routes for the bank module.

func (AppModuleBasic) ValidateGenesis added in v0.3.0

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

ValidateGenesis performs genesis state validation for the bank module.

type BaseKeeper

type BaseKeeper = bank.BaseKeeper // ibc module depends on this

type CosmosAppModule added in v0.3.0

type CosmosAppModule = bank.AppModule

type CosmosAppModuleBasic added in v0.3.0

type CosmosAppModuleBasic = bank.AppModuleBasic

type Input

type Input = bank.Input

type Keeper

type Keeper = bank.Keeper

type MsgMultiSend added in v0.3.0

type MsgMultiSend = bank.MsgMultiSend

type MsgSend

type MsgSend = bank.MsgSend

type Output

type Output = bank.Output

Directories

Path Synopsis
client
cli
internal

Jump to

Keyboard shortcuts

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