Type Alias ruma_events::receipt::Receipts

source ·
pub type Receipts = BTreeMap<ReceiptType, UserReceipts>;
Expand description

A collection of receipts.

Aliased Type§

struct Receipts { /* private fields */ }