Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
quorums.h File Reference
#include <evo/evodb.h>
#include <evo/deterministicmns.h>
#include <llmq/quorums_commitment.h>
#include <validationinterface.h>
#include <consensus/params.h>
#include <saltedhasher.h>
#include <unordered_lru_cache.h>
#include <bls/bls.h>
#include <bls/bls_worker.h>


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 informations 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 |