Skip to content

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

import { testClient } from './client'
 
const status = await testClient.getTxpoolStatus() 

Returns

Transaction pool status. See here.