Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2023 Changes in this version + const CethSymbol + const ModuleName + const QuerierRoute + const QueryEthProphecy + const RouterKey + const StoreKey + var CethReceiverAccountPrefix = types.CethReceiverAccountPrefix + var CreateEthClaimFromOracleString = types.CreateEthClaimFromOracleString + var CreateOracleClaimFromEthClaim = types.CreateOracleClaimFromEthClaim + var CreateOracleClaimFromOracleString = types.CreateOracleClaimFromOracleString + var CreateTestEthClaim = types.CreateTestEthClaim + var CreateTestEthMsg = types.CreateTestEthMsg + var CreateTestQueryEthProphecyResponse = types.CreateTestQueryEthProphecyResponse + var ErrInvalidEthAddress = types.ErrInvalidEthAddress + var ErrInvalidEthNonce = types.ErrInvalidEthNonce + var ErrJSONMarshalling = types.ErrJSONMarshalling + var MapOracleClaimsToEthBridgeClaims = types.MapOracleClaimsToEthBridgeClaims + var NewEthBridgeClaim = types.NewEthBridgeClaim + var NewEthereumAddress = types.NewEthereumAddress + var NewKeeper = keeper.NewKeeper + var NewMsgCreateEthBridgeClaim = types.NewMsgCreateEthBridgeClaim + var NewOracleClaimContent = types.NewOracleClaimContent + var NewQuerier = keeper.NewLegacyQuerier + var NewQueryEthProphecyParams = types.NewQueryEthProphecyRequest + var NewQueryEthProphecyResponse = types.NewQueryEthProphecyResponse + var RegisterCodec = types.RegisterLegacyAminoCodec + func DefaultGenesis() *types.GenesisState + func ExportGenesis(ctx sdk.Context, keeper keeper.Keeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, keeper keeper.Keeper, data types.GenesisState) (res []abci.ValidatorUpdate) + func NewHandler(k Keeper) sdk.Handler + func ValidateGenesis(data types.GenesisState) error + type AppModule struct + AccountKeeper types.AccountKeeper + BankKeeper types.BankKeeper + BridgeKeeper Keeper + Codec *codec.Codec + OracleKeeper types.OracleKeeper + func NewAppModule(oracleKeeper types.OracleKeeper, bankKeeper types.BankKeeper, ...) AppModule + func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (AppModule) ConsensusVersion() uint64 + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, marshaler codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, marshaler codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(amino *codec.LegacyAmino) sdk.Querier + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (b AppModuleBasic) DefaultGenesis(marshaler codec.JSONCodec) json.RawMessage + func (b AppModuleBasic) GetTxCmd() *cobra.Command + func (b AppModuleBasic) RegisterGRPCGatewayRoutes(c sdkclient.Context, serveMux *runtime.ServeMux) + func (b AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (b AppModuleBasic) RegisterRESTRoutes(ctx sdkclient.Context, router *mux.Router) + func (b AppModuleBasic) ValidateGenesis(marshaler codec.JSONCodec, config sdkclient.TxEncodingConfig, ...) error + type AppModuleSimulation struct + type EthBridgeClaim = types.EthBridgeClaim + type EthereumAddress = types.EthereumAddress + type Keeper = keeper.Keeper + type MsgBurn = types.MsgBurn + type MsgCreateEthBridgeClaim = types.MsgCreateEthBridgeClaim + type MsgLock = types.MsgLock + type MsgRescueCeth = types.MsgRescueCeth + type MsgUpdateCethReceiverAccount = types.MsgUpdateCethReceiverAccount + type MsgUpdateWhiteListValidator = types.MsgUpdateWhiteListValidator + type OracleClaimContent = types.OracleClaimContent + type QueryEthProphecyParams = types.QueryEthProphecyRequest + type QueryEthProphecyResponse = types.QueryEthProphecyResponse