Versions in this module Expand all Collapse all v0 v0.18.15 May 17, 2022 Changes in this version + func CheckTxFee(gasPrice *big.Int, gas uint64, cap float64) error + func EthToOLSignedTx(tx *ethtypes.Transaction) (*action.SignedTx, error) + func GetPendingTx(mem mempool.Mempool, hash common.Hash, chainID *big.Int) (*rpctypes.Transaction, error) + func GetPendingTxCountByAddress(mem mempool.Mempool, address common.Address) (total uint64) + func GetPendingTxs(mem mempool.Mempool, chainID *big.Int) ([]*rpctypes.Transaction, error) + func GetPendingTxsWithCallback(mem mempool.Mempool, chainID *big.Int, ...) error