Skip to content
On this page

getTxpoolStatus

Returns a summary of all the 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 status = await testClient.getTxpoolStatus() 

Returns

Transaction pool status. See here.

Released under the MIT License.