Versions in this module Expand all Collapse all v0 v0.15.0 May 31, 2022 Changes in this version + const OpWeightMsgEthCallContract + const OpWeightMsgEthCreateContract + const OpWeightMsgEthSimpleTransfer + const WeightMsgEthCreateContract + const WeightMsgEthSimpleTransfer + var ErrNoEnoughBalance = fmt.Errorf("no enough balance") + func CreateRandomValidEthTx(ctx *simulateContext, from, to *common.Address, amount *big.Int, ...) (ethTx *types.MsgEthereumTx, err error) + func EstimateGas(ctx *simulateContext, from, to *common.Address, data *hexutil.Bytes) (gas uint64, err error) + func GetSignedTx(ctx *simulateContext, txBuilder client.TxBuilder, msg *types.MsgEthereumTx, ...) (signedTx signing.Tx, err error) + func NewDecodeStore() func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomTransferableAmount(ctx *simulateContext, address common.Address, gasLimit uint64, ...) (amount *big.Int, err error) + func RandomizedGenState(simState *module.SimulationState) + func SimulateEthCreateContract(ak types.AccountKeeper, k *keeper.Keeper) simtypes.Operation + func SimulateEthSimpleTransfer(ak types.AccountKeeper, k *keeper.Keeper) simtypes.Operation + func SimulateEthTx(ctx *simulateContext, from, to *common.Address, amount *big.Int, ...) (simtypes.OperationMsg, []simtypes.FutureOperation, error) + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations