Clear all data structures and return the list of transactions.

Synopsis

Declared in <kernel/disconnected_transactions.h>

std::list<CTransactionRef>
take();

Return Value

The queued transactions, in front‐to‐back order.

Created with MrDocs