bankx

package
v0.0.0-...-b1b35ba Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultCodespace = types.CodeSpaceBankx

	ModuleName        = types.ModuleName
	RouterKey         = types.RouterKey
	QuerierRoute      = types.RouterKey
	DefaultParamspace = types.DefaultParamspace
)
View Source
const (
	Create                    = types.Create
	Return                    = types.Return
	EarlierUnlockBySender     = types.EarlierUnlockBySender
	EarlierUnlockBySupervisor = types.EarlierUnlockBySupervisor
)

Variables

View Source
var (
	RegisterCodec                      = types.RegisterCodec
	ParamKeyTable                      = types.ParamKeyTable
	DefaultParams                      = types.DefaultParams
	NewParams                          = types.NewParams
	NewKeeper                          = keeper.NewKeeper
	NewMsgSend                         = types.NewMsgSend
	NewMsgSetTransferMemoRequired      = types.NewMsgSetTransferMemoRequired
	NewMsgMultiSend                    = types.NewMsgMultiSend
	ErrMemoMissing                     = types.ErrMemoMissing
	ErrInsufficientCETForActivatingFee = types.ErrInsufficientCETForActivatingFee

	ModuleCdc                           = types.ModuleCdc
	CodeMemoMissing                     = types.CodeMemoMissing
	CodeInsufficientCETForActivatingFee = types.CodeInsufficientCETForActivationFee
)

Functions

func InitGenesis

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

InitGenesis - Init store state from genesis data

func NewHandler

func NewHandler(k Keeper) sdk.Handler

Types

type AppModule

type AppModule struct {
	AppModuleBasic
	BxKeeper Keeper
}

___________________________ app module object

func NewAppModule

func NewAppModule(BxKeeper Keeper) AppModule

NewAppModule creates a new AppModule object

func (AppModule) BeginBlock

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

module begin-block

func (AppModule) EndBlock

module end-block

func (AppModule) ExportGenesis

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

module export genesis

func (AppModule) InitGenesis

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

module init-genesis

func (AppModule) NewHandler

func (am AppModule) NewHandler() sdk.Handler

module handler

func (AppModule) NewQuerierHandler

func (am AppModule) NewQuerierHandler() sdk.Querier

module querier

func (AppModule) QuerierRoute

func (AppModule) QuerierRoute() string

module querier route name

func (AppModule) RegisterInvariants

func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry)

register invariants

func (AppModule) Route

func (AppModule) Route() string

module message route name

type AppModuleBasic

type AppModuleBasic struct {
}

app module basics object

func (AppModuleBasic) DefaultGenesis

func (AppModuleBasic) DefaultGenesis() json.RawMessage

default genesis state

func (AppModuleBasic) GetQueryCmd

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

get the root query command of this module

func (AppModuleBasic) GetTxCmd

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

get the root tx command of this module

func (AppModuleBasic) Name

func (AppModuleBasic) Name() string

module name

func (AppModuleBasic) RegisterCodec

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

register module codec

func (AppModuleBasic) RegisterRESTRoutes

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

register rest routes

func (AppModuleBasic) ValidateGenesis

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

module validate genesis

type GenesisState

type GenesisState struct {
	Params types.Params `json:"params"`
}

GenesisState - all asset state that must be provided at genesis

func DefaultGenesisState

func DefaultGenesisState() GenesisState

DefaultGenesisState - Return a default genesis state

func ExportGenesis

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

ExportGenesis returns a GenesisState for a given context and keeper

func NewGenesisState

func NewGenesisState(param types.Params) GenesisState

NewGenesisState - Create a new genesis state

func (GenesisState) ValidateGenesis

func (data GenesisState) ValidateGenesis() error

ValidateGenesis performs basic validation of asset genesis data returning an error for any failed validation criteria.

type Keeper

type Keeper = keeper.Keeper

type MsgMultiSend

type MsgMultiSend = types.MsgMultiSend

type MsgSend

type MsgSend = types.MsgSend

type MsgSetMemoRequired

type MsgSetMemoRequired = types.MsgSetMemoRequired

type MsgSupervisedSend

type MsgSupervisedSend = types.MsgSupervisedSend

Directories

Path Synopsis
client
cli
internal

Jump to

Keyboard shortcuts

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