package
0.0.0-20250108125741-e95afb000453
Repository: https://github.com/evmos/os.git
Documentation: pkg.go.dev
# Functions
New creates a new IntegrationTxFactory instance.
# Constants
No description provided by the author
# Structs
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
BaseTxFactory is the interface that wraps the common methods to build and broadcast transactions within cosmos chains.
CoreTxFactory is the interface that wraps the methods to build and broadcast cosmos transactions, and also includes module-specific transactions.
No description provided by the author
FundTxFactory is the interface that wraps the common methods to fund accounts via a bank send transaction.
No description provided by the author