Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Namespaces | Typedefs
proofpool.h File Reference
#include <avalanche/proof.h>
#include <avalanche/proofcomparator.h>
#include <avalanche/proofid.h>
#include <coins.h>
#include <primitives/transaction.h>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index_container.hpp>
#include <cstdint>
#include <unordered_set>
Include dependency graph for proofpool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  avalanche::ProofPoolEntry
 
struct  avalanche::ProofPoolEntryProofIdKeyExtractor
 
class  avalanche::ProofPool
 Map a proof to each utxo. More...
 

Namespaces

 avalanche
 

Typedefs

using avalanche::ProofIdSet = std::unordered_set< ProofId, SaltedProofIdHasher >