CCF
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
commit_callback_interface.h File Reference
#include "ccf/node_subsystem_interface.h"
#include "ccf/tx_id.h"
#include "ccf/tx_status.h"
#include <functional>

Go to the source code of this file.

Classes

class  ccf::CommitCallbackInterface
 

Namespaces

namespace  ccf
 

Typedefs

using ccf::CommitCallback = std::function< void(ccf::TxID, ccf::FinalTxStatus)>