#include <avalanche/proofid.h>
#include <consensus/amount.h>
#include <key.h>
#include <primitives/transaction.h>
#include <pubkey.h>
#include <rcu.h>
#include <serialize.h>
#include <util/hasher.h>
#include <validation.h>
#include <array>
#include <cstdint>
#include <optional>
#include <vector>
Go to the source code of this file.
◆ AVALANCHE_DEFAULT_STAKE_UTXO_CONFIRMATIONS
constexpr int AVALANCHE_DEFAULT_STAKE_UTXO_CONFIRMATIONS = 2016 |
|
staticconstexpr |
Minimum number of confirmations before a stake utxo is mature enough to be included into a proof.
Definition at line 35 of file proof.h.
◆ AVALANCHE_MAX_PROOF_STAKES
constexpr int AVALANCHE_MAX_PROOF_STAKES = 1000 |
|
staticconstexpr |
How many UTXOs can be used for a single proof.
Definition at line 29 of file proof.h.