Crate hopr_transport_ticket_aggregation

Source

Structs§

AwaitingAggregator
TicketAggregationActions
External API for feeding Ticket Aggregation actions into the Ticket Aggregation processor processing the elements independently in the background.
TicketAggregationAwaiter
TicketAggregationFinalizer
TicketAggregationInteraction
Sets up processing of ticket aggregation interactions and returns relevant read and write mechanism.

Enums§

TicketAggregationError
Errors generated by the crate.
TicketAggregationProcessed
Emitted by the processor background pipeline once processed
TicketAggregationToProcess
The input to the processor background pipeline

Constants§

TICKET_AGGREGATION_RX_QUEUE_SIZE
TICKET_AGGREGATION_TX_QUEUE_SIZE

Traits§

TicketAggregatorTrait

Type Aliases§

BasicTicketAggregationActions
Result
Result used by the crate, based on the [ProtocolError] error type.