This is the complete list of members for avalanche::Proof, including all inherited members.
amountToScore(Amount amount) | avalanche::Proof | static |
computeProofId() | avalanche::Proof | private |
computeScore() | avalanche::Proof | private |
expirationTime | avalanche::Proof | private |
FromHex(Proof &proof, const std::string &hexProof, bilingual_str &errorOut) | avalanche::Proof | static |
getExpirationTime() const | avalanche::Proof | inline |
getId() const | avalanche::Proof | inline |
getLimitedId() const | avalanche::Proof | inline |
getMaster() const | avalanche::Proof | inline |
getPayoutScript() const | avalanche::Proof | inline |
getScore() const | avalanche::Proof | inline |
getSequence() const | avalanche::Proof | inline |
getSignature() const | avalanche::Proof | inline |
getStakeCommitment() const | avalanche::Proof | inline |
getStakedAmount() const | avalanche::Proof | |
getStakes() const | avalanche::Proof | inline |
IMPLEMENT_RCU_REFCOUNT(uint64_t) | avalanche::Proof | private |
limitedProofId | avalanche::Proof | private |
master | avalanche::Proof | private |
payoutScriptPubKey | avalanche::Proof | private |
Proof() | avalanche::Proof | inline |
Proof(uint64_t sequence_, int64_t expirationTime_, CPubKey master_, std::vector< SignedStake > stakes_, const CScript &payoutScriptPubKey_, SchnorrSig signature_) | avalanche::Proof | inline |
Proof(Proof &&other) | avalanche::Proof | inline |
Proof(deserialize_type, Stream &s) | avalanche::Proof | inline |
proofid | avalanche::Proof | private |
score | avalanche::Proof | private |
sequence | avalanche::Proof | private |
SERIALIZE_METHODS(Proof, obj) | avalanche::Proof | inline |
signature | avalanche::Proof | private |
stakes | avalanche::Proof | private |
ToHex() const | avalanche::Proof | |
verify(const Amount &stakeUtxoDustThreshold, ProofValidationState &state) const | avalanche::Proof | |
verify(const Amount &stakeUtxoDustThreshold, const ChainstateManager &chainman, ProofValidationState &state) const EXCLUSIVE_LOCKS_REQUIRED(cs_main) | avalanche::Proof | |