Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <avalanche/proof.h>
#include <avalanche/proofbuilder.h>
#include <key.h>
#include <script/script.h>
#include <vector>
Go to the source code of this file.
Classes | |
struct | avalanche::TestProofBuilder |
Namespaces | |
namespace | avalanche |
Functions | |
ProofRef | avalanche::buildRandomProof (Chainstate &active_chainstate, uint32_t score, int height, const CKey &masterKey) |
bool | avalanche::hasDustStake (const ProofRef &proof) |
Variables | |
constexpr uint32_t | avalanche::MIN_VALID_PROOF_SCORE = 100 * PROOF_DUST_THRESHOLD / COIN |
const CScript | avalanche::UNSPENDABLE_ECREG_PAYOUT_SCRIPT |