Pool
This page describes APIs that access the transaction pool.
pool_getSize
Get the current size information of the transaction pool.
Parameters: None
Curl Example:
Console Example
Returns:
Object
Field
Type
Description
byteSize
Integer
The total size of all transactions in the pool.
numTxs
Integer
The number of transactions in the pool.
Output:
pool_getAll
Get all the transactions in the pool.
Parameters: None
Curl Example:
Console Example
Returns:
Array<
Transaction
>
Last updated