diff --git a/internal/ethapi/backend.go b/internal/ethapi/backend.go index c9ffe230c6..302192910c 100644 --- a/internal/ethapi/backend.go +++ b/internal/ethapi/backend.go @@ -66,6 +66,7 @@ type Backend interface { Stats() (pending int, queued int) TxPoolContent() (map[common.Address]types.Transactions, map[common.Address]types.Transactions) SubscribeNewTxsEvent(chan<- core.NewTxsEvent) event.Subscription + TxStatusByHash(ctx context.Context, hash common.Hash) (core.TxStatus, error) ChainConfig() *params.ChainConfig CurrentBlock() *types.Block