Skip to content

inspectTxpool

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 data = await testClient.inspectTxpool() 

Returns

Transaction pool inspection data. See here.