Skip to main content

RankedReceipts

Type Alias RankedReceipts 

Source
type RankedReceipts = SmallVec<[ReceiptMap; 1]>;
Expand description

Per-rank slice of receipt EDU output. Each entry becomes one Edu::Receipt buffer; rank 0 carries each user’s earliest receipt in the window, rank 1 the next, and so on. Most windows produce a single rank.

Aliased Type§

struct RankedReceipts { /* private fields */ }