Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxConfigWrapper ¶
TxConfigWrapper wraps the default TxConfig and provides a custom TxDecoder
func NewTxConfig ¶
func NewTxConfig(cdc codec.Codec, sigModes []signingtypes.SignMode) *TxConfigWrapper
NewTxConfig creates a new TxConfigWrapper containing a custom TxDecoder that converts legacy messages
func (*TxConfigWrapper) TxDecoder ¶
func (w *TxConfigWrapper) TxDecoder() sdk.TxDecoder
The TxDecoder wraps the default TxDecoder to convert the legacy ethermint MsgEthereumTx to the new cosmos evmtypes MsgEthereumTx
Click to show internal directories.
Click to hide internal directories.