Versions in this module Expand all Collapse all v1 v1.0.0 Nov 19, 2020 Changes in this version + const DefaultParamspace + const ModuleName + const PortID + const RouterKey + const StoreKey + var ModuleCdc = types.ModuleCdc + var NewKeeper = keeper.NewKeeper + var NewQuerier = keeper.NewQuerier + var RegisterCodec = types.RegisterCodec + func InitGenesis(ctx sdk.Context, k Keeper, data GenesisState) []abci.ValidatorUpdate + func NewHandler(k Keeper) sdk.Handler + type AppModule struct + func NewAppModule(k Keeper) AppModule + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (am AppModule) EndBlock(ctx 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 + DataSources []types.DataSource + OracleScripts []types.OracleScript + Params types.Params + func DefaultGenesisState() GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + func GetGenesisStateFromAppState(cdc *codec.Codec, appState map[string]json.RawMessage) GenesisState + type Keeper = keeper.Keeper + type MsgActivate = types.MsgActivate + type MsgAddReporter = types.MsgAddReporter + type MsgCreateDataSource = types.MsgCreateDataSource + type MsgCreateOracleScript = types.MsgCreateOracleScript + type MsgEditDataSource = types.MsgEditDataSource + type MsgEditOracleScript = types.MsgEditOracleScript + type MsgRemoveReporter = types.MsgRemoveReporter + type MsgReportData = types.MsgReportData + type MsgRequestData = types.MsgRequestData + type OracleRequestPacketData = types.OracleRequestPacketData + type OracleResponsePacketData = types.OracleResponsePacketData Other modules containing this package github.com/bandprotocol/chain/v2 github.com/bandprotocol/chain/v3