MAAL CHAIN DOCUMENTATION
  • MAAL Network Details
  • How to connect to MAAL Chain
    • ETH APIs
    • NET
    • Web3
    • Tx Pool
    • Debug
  • MAAL Contract Library
  • MaalChain Architecture
  • What is Proof of Stake?
  • Who is a validator?
  • Validator Nodes
  • Minimum system requirements
  • MAAL Validator DAO
Powered by GitBook
On this page
  • txpool_content​
  • txpool_inspect​
  • txpool_status​
  1. How to connect to MAAL Chain

Tx Pool

Tx Pool methods

PreviousWeb3NextDebug

Last updated 1 year ago

txpool_content

Returns a list with the exact details 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.

Parameters

None

Example

curl  https://node1-mainnet.maalscan.io -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"txpool_content","params":[],"id":1}'

txpool_inspect

Returns a list with a textual 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. This is a method specifically tailored to developers to quickly see the transactions in the pool and find any potential issues.

Parameters

None

Example

curl  https://node1-mainnet.maalscan.io -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"txpool_inspect","params":[],"id":1}'

txpool_status

Returns the number of transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.

None

curl  https://node1-mainnet.maalscan.io -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"txpool_status","params":[],"id":1}'

Parameters

Example

​
​
​
​
​
​
​
​
​