Versions in this module Expand all Collapse all v0 v0.11.0 Nov 22, 2019 Changes in this version + func BeginBlock(ctx sdk.Context, keeper Keeper) v0.10.7 Oct 23, 2019 Changes in this version + const ModuleName + const RouterKey + const StoreKey + var ModuleCdc = types.ModuleCdc + var NewKeeper = keeper.NewKeeper + var NewKeys = types.NewKeys + var NewMailbox = types.NewMailbox + var NewMsgDeliverInbound = types.NewMsgDeliverInbound + var NewQuerier = keeper.NewQuerier + var NewStorage = types.NewStorage + var NodeMessageSender func(needReply bool, str string) (string, error) + var RegisterCodec = types.RegisterCodec + func CallToNode(str string) (string, error) + func InitGenesis(ctx sdk.Context, keeper Keeper, data GenesisState) []abci.ValidatorUpdate + func NewHandler(keeper Keeper) sdk.Handler + func NewStorageHandler(context sdk.Context, keeper Keeper) *storageHandler + func ReceiveFromNode(portNum int, msg string) (string, error) + func RegisterPortHandler(portHandler PortHandler) int + func SendToNode(str string) error + func UnregisterPortHandler(portNum int) error + func ValidateGenesis(data GenesisState) error + type AppModule struct + func NewAppModule(k Keeper, bankKeeper bank.Keeper) AppModule + func (AppModule) Name() string + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(sdk.Context, abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) QuerierRoute() string + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) Route() string + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type GenesisState struct + PubKeys []string + func DefaultGenesisState() GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + func NewGenesisState() GenesisState + type Keeper = keeper.Keeper + type MsgDeliverInbound = types.MsgDeliverInbound + type PortHandler interface + Receive func(string) (string, error) + type QueryResKeys = types.QueryResKeys + type QueryResStorage = types.QueryResStorage + type Storage = types.Storage