Mempool

Mempool

class Mempool(**kwargs)

Implements the mempool api endpoints.

get_raw_mempool(**kwargs) List[uint256]

Gets a list of transaction hashes in the mempool.

Parameters:

**kwargs – Extra keyword arguments.

Returns:

A list of transactions in the mempool.

Return type:

List[uint256]

Raises:

APIError – Error thrown by node API. See message for details.