Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + const DefaultParamspace + const ModuleName + const RouterKey + var ErrNoMatchParam = errors.New("no match the abi param") + var NewKeeper = keeper.NewKeeper + var NewLogProcessEvmHook = keeper.NewLogProcessEvmHook + var NewMultiEvmHooks = keeper.NewMultiEvmHooks + var NewSimulateKeeper = keeper.NewSimulateKeeper + var TxDecoder = types.TxDecoder + func CloseDB() + func DecodeParam(data []byte) ([]byte, error) + func EncodeResultData(txHash, data []byte) ([]byte, error) + func EvmConvertJudge(msg sdk.Msg) ([]byte, bool) + func EvmParamParse(msg sdk.Msg) ([]byte, error) + func InitGenesis(ctx sdk.Context, k Keeper, accountKeeper types.AccountKeeper, ...) []abci.ValidatorUpdate + func IsMatchSystemContractFunction(data []byte) bool + func NewHandler(k *Keeper) sdk.Handler + func NewManageContractDeploymentWhitelistProposalHandler(k *Keeper) govTypes.Handler + func ParseContractParam(input []byte) ([]byte, error) + func RegisterHandle() + func WithMoreDeocder(cdc *codec.Codec, cc sdk.TxDecoder) sdk.TxDecoder + type AppModule struct + func NewAppModule(k *Keeper, ak types.AccountKeeper) AppModule + func (AppModule) Name() string + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (am AppModule) EndBlock(ctx sdk.Context, req 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 EvmLogHandler = types.EvmLogHandler + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper, ak types.AccountKeeper) GenesisState + type Keeper = keeper.Keeper