Skip to content

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

example.ts
import { testClient } from './client'
 
const content = await testClient.getTxpoolContent() 

Returns

Transaction pool content. See here.