package
0.0.0-20201007133325-c073115b746b
Repository: https://github.com/tendermint/ethermint.git
Documentation: pkg.go.dev
# Functions
GenerateAddress generates an Ethereum address.
NewCommitStateDB returns a reference to a newly initialized CommitStateDB which implements Geth's state.StateDB interface.
NewEthereumTxMsg returns a reference to a new Ethereum transaction message.
NewEthereumTxMsgContract returns a reference to a new Ethereum transaction message designated for contract creation.
Register concrete types and interfaces on the given codec.
TxDecoder returns an sdk.TxDecoder that can decode both auth.StdTx and EthereumTxMsg transactions.
ValidateSigner attempts to validate a signer for a given slice of bytes over which a signature and signer is given.
# Constants
message type and route constants.
message type and route constants.
# Structs
CommitStateDB implements the Geth state.StateDB interface.
EthereumTxMsg encapsulates an Ethereum transaction as an SDK message.
EthereumTxMsg encapsulates an Ethereum transaction as an SDK message.