PIVX Core  5.6.99
P2P Digital Currency
Classes | Namespaces | Typedefs
quorums.h File Reference
#include "bls/bls_worker.h"
#include "bls/bls_wrapper.h"
#include "consensus/params.h"
#include "evo/deterministicmns.h"
#include "evo/evodb.h"
#include "saltedhasher.h"
#include "unordered_lru_cache.h"
#include "validationinterface.h"
Include dependency graph for quorums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llmq::CQuorum
 An object of this class represents a quorum which was mined on-chain (through a quorum commitment) It at least contains information about the members and the quorum public key which is needed to verify recovered signatures from this quorum. More...
 
class  llmq::CQuorumManager
 The quorum manager maintains quorums which were mined on chain. More...
 

Namespaces

 llmq
 

Typedefs

typedef std::shared_ptr< CQuorum > llmq::CQuorumPtr
 
typedef std::shared_ptr< const CQuorum > llmq::CQuorumCPtr