()
| 201 | } |
| 202 | |
| 203 | func (b *APIBackend) TxPoolContent() (map[common.Address]types.Transactions, map[common.Address]types.Transactions) { |
| 204 | return b.cpc.TxPool().Content() |
| 205 | } |
| 206 | |
| 207 | func (b *APIBackend) SubscribeNewTxsEvent(ch chan<- core.NewTxsEvent) event.Subscription { |
| 208 | return b.cpc.TxPool().SubscribeNewTxsEvent(ch) |