pub type UserReceipts = BTreeMap<OwnedUserId, Receipt, Global>;
Expand description
A mapping of user ID to receipt.
The user ID is the entity who sent this receipt.
pub type UserReceipts = BTreeMap<OwnedUserId, Receipt, Global>;
A mapping of user ID to receipt.
The user ID is the entity who sent this receipt.