# Functions
CheckError is a helper function to check if the error is the expected one.
New creates a new IntegrationTxFactory instance.
# Structs
CallArgs is a struct to define all relevant data to call a smart contract.
ContractDeploymentData is a struct to define all relevant data to deploy a smart contract.
CosmosTxArgs contains the params to create a cosmos tx.
IntegrationTxFactory is a helper struct to build and broadcast transactions to the network on integration tests.
# Interfaces
TxFactory defines a struct that can build and broadcast transactions for the Evmos network.
No description provided by the author