Bitcoin ABC 0.30.5
P2P Digital Currency
|
#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>
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 | |
namespace | avalanche |
Typedefs | |
using | avalanche::ProofIdSet = std::unordered_set< ProofId, SaltedProofIdHasher > |