Struct interviewpuzzle::ledger::Ledger [−][src]
Expand description
Storage for transactions. Holds mapping between transaction ID and the transaction itself
Tuple Fields
0: HashMap<u32, Box<dyn Any + 'static>>
Storage for transactions. Holds mapping between transaction ID and the transaction itself
0: HashMap<u32, Box<dyn Any + 'static>>