getTxpoolContent
Returns the details of all transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only. Read more.
Usage
ts
import { testClient } from '.'
const content = await testClient.getTxpoolContent()
Returns
Transaction pool content. See here.