package
0.12.4
Repository: https://github.com/mokitanetwork/aether.git
Documentation: pkg.go.dev

# Functions

CanSignEthTx returns an error if the signing key algorithm is not eth_secp256k1.
ConfirmTx outputs the transaction to be signed and requests confirmation if the SkipConfirm flag is not enabled.
CreateEthCallContractTx creates and signs a Eth transaction wrapped in a cosmos Tx.
GenerateOrBroadcastTx checks CLI flags and generates or broadcasts a transaction this is used over tx.GenerateOrBroadcastTxCLI as it does not sign the message.
GetQueryCmd returns the cli query commands for this module.
GetTxCmd returns the transaction commands for this module.
PackContractCallData creates a smart contract method call data with the provided method and args.
ParseAddrFromHexOrBech32 parses a string address that can be either a hex orBech32 string.
ParseOrQueryConversionPairAddress returns an EVM address of the provided ERC20 contract address string or denom.
PrintTx outputs a signing.Tx in JSON format, ie.
QueryParamsCmd queries the evmutil module parameters.