Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + type Tx struct + func NewTx(config base.Config) *Tx + func (tx *Tx) Commit(msg *types.MsgEthereumTx, result *base.Result) + func (tx *Tx) FinalizeWatcher(msg *types.MsgEthereumTx, err error, panic bool) + func (tx *Tx) GetSenderAccount() authexported.Account + func (tx *Tx) SaveTx(msg *types.MsgEthereumTx) + func (tx *Tx) Transition(config types.ChainConfig) (result base.Result, err error)