# Functions
CreateEIP712CosmosTx creates a cosmos tx for typed data according to EIP712.
CreateEthTx is a helper function to create and sign an Ethereum transaction.
GasLimit estimates the gas limit for the provided parameters.
GenerateAddress generates an Ethereum address.
NewAccAddressAndKey generates a private key and its corresponding Cosmos SDK address.
NewAddrKey generates an Ethereum address and its corresponding private key.
No description provided by the author
PrepareCosmosTx creates a cosmos tx and signs it with the provided messages and private key.
PrepareEIP712CosmosTx creates a cosmos tx for typed data according to EIP712.
PrepareEthTx creates an ethereum tx and signs it with the provided messages and private key.
# Variables
No description provided by the author
# Structs
CosmosTxArgs contains the params to create a cosmos tx.
No description provided by the author
Signer defines a type that is used on testing for signing MsgEthereumTx.