Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
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>
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 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 |