Module interface

Source
Expand description

Tx-pool service interface.

This module contains cuprate_txpool’s tower::Service request and response enums.

Enums§

TxpoolReadRequest
The transaction pool tower::Service read request type.
TxpoolReadResponse
The transaction pool tower::Service read response type.
TxpoolWriteRequest
The transaction pool tower::Service write request type.
TxpoolWriteResponse
The transaction pool tower::Service write response type.