Versions in this module Expand all Collapse all v3 v3.0.1 Oct 29, 2024 v3.0.0 Oct 29, 2024 Changes in this version + func BroadcastTxBytes(app *app.CVN, txEncoder sdk.TxEncoder, tx sdk.Tx) (abci.ResponseDeliverTx, error) + func CheckEthTx(appEvmos *app.CVN, priv cryptotypes.PrivKey, msgs ...sdk.Msg) (abci.ResponseCheckTx, error) + func CheckEthTxResponse(r abci.ResponseDeliverTx, cdc codec.Codec) (*evm.MsgEthereumTxResponse, error) + func CheckTx(ctx sdk.Context, appEvmos *app.CVN, priv cryptotypes.PrivKey, ...) (abci.ResponseCheckTx, error) + func Commit(ctx sdk.Context, app *app.CVN, t time.Duration, vs *tmtypes.ValidatorSet) (sdk.Context, error) + func Delegate(ctx sdk.Context, appEvmos *app.CVN, priv *ethsecp256k1.PrivKey, ...) (abci.ResponseDeliverTx, error) + func DeliverEthTx(appEvmos *app.CVN, priv cryptotypes.PrivKey, msgs ...sdk.Msg) (abci.ResponseDeliverTx, error) + func DeliverTx(ctx sdk.Context, appEvmos *app.CVN, priv cryptotypes.PrivKey, ...) (abci.ResponseDeliverTx, error) + func DeployContract(ctx sdk.Context, cvnApp *app.CVN, priv cryptotypes.PrivKey, ...) (common.Address, error) + func DeployContractWithFactory(ctx sdk.Context, cvnApp *app.CVN, priv cryptotypes.PrivKey, ...) (common.Address, abci.ResponseDeliverTx, error) + func FundAccount(ctx sdk.Context, bankKeeper bankkeeper.Keeper, addr sdk.AccAddress, ...) error + func FundAccountWithBaseDenom(ctx sdk.Context, bankKeeper bankkeeper.Keeper, addr sdk.AccAddress, ...) error + func FundModuleAccount(ctx sdk.Context, bankKeeper bankkeeper.Keeper, recipientMod string, ...) error + func GetTotalDelegationRewards(ctx sdk.Context, distributionKeeper cvndistrkeeper.Keeper, addr sdk.AccAddress) (sdk.DecCoins, error) + func NewHeader(height int64, blockTime time.Time, chainID string, proposer sdk.ConsAddress, ...) tmproto.Header + func NewStateDB(ctx sdk.Context, evmKeeper evm.EVMKeeper) *statedb.StateDB + func NextFn(ctx sdk.Context, _ sdk.Tx, _ bool) (sdk.Context, error) + func PrepareAccountsForDelegationRewards(t *testing.T, ctx sdk.Context, app *app.CVN, addr sdk.AccAddress, ...) (sdk.Context, error) + func SubmitProposal(ctx sdk.Context, appEvmos *app.CVN, pk *ethsecp256k1.PrivKey, ...) (id uint64, err error) + func ValidateAnteForMsgs(ctx sdk.Context, dec sdk.AnteDecorator, msgs ...sdk.Msg) error + func Vote(ctx sdk.Context, appEvmos *app.CVN, priv *ethsecp256k1.PrivKey, ...) (abci.ResponseDeliverTx, error) Other modules containing this package github.com/cvn-network/cvn/v2