package
0.23.0
Repository: https://github.com/xpladev/ethermint.git
Documentation: pkg.go.dev

# Packages

Copyright 2021 Evmos Foundation This file is part of Evmos' Ethermint library.
Copyright 2021 Evmos Foundation This file is part of Evmos' Ethermint library.

# Functions

BroadcastTxBytes encodes a transaction and calls DeliverTx on the app.
CheckEthTx checks a Ethereum tx for a given set of msgs.
CheckEthTxResponse checks that the transaction was executed successfully.
CheckTx checks a cosmos tx for a given set of msgs.
Commit commits a block at a given time.
Delegate delivers a delegate tx.
DeliverEthTx generates and broadcasts a Cosmos Tx populated with MsgEthereumTx messages.
DeliverTx delivers a cosmos tx for a given set of msgs.
DeployContract deploys a contract with the provided private key, compiled contract data and constructor arguments.
DeployContractWithFactory deploys a contract using a contract factory with the provided factoryAddress.
FundAccount is a utility function that funds an account by minting and sending the coins to the address.
FundModuleAccount is a utility function that funds a module account by minting and sending the coins to the address.
NewHeader creates a new Tendermint header for testing purposes.
SubmitProposal delivers a submit proposal tx for a given gov content.
Vote delivers a vote tx with the VoteOption "yes".

# Constants

BaseDenom defines the Evmos mainnet denomination.
TestnetChainID defines the Evmos EIP155 chain ID for testnet.