Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
avalanche::ProofPoolEntry Struct Reference

#include <proofpool.h>

Collaboration diagram for avalanche::ProofPoolEntry:
[legend]

Public Member Functions

const COutPointgetUTXO () const
 
 ProofPoolEntry (size_t _utxoIndex, ProofRef _proof)
 

Public Attributes

size_t utxoIndex
 
ProofRef proof
 

Detailed Description

Definition at line 27 of file proofpool.h.

Constructor & Destructor Documentation

◆ ProofPoolEntry()

avalanche::ProofPoolEntry::ProofPoolEntry ( size_t  _utxoIndex,
ProofRef  _proof 
)
inline

Definition at line 35 of file proofpool.h.

Member Function Documentation

◆ getUTXO()

const COutPoint& avalanche::ProofPoolEntry::getUTXO ( ) const
inline

Definition at line 31 of file proofpool.h.

Member Data Documentation

◆ proof

ProofRef avalanche::ProofPoolEntry::proof

Definition at line 29 of file proofpool.h.

◆ utxoIndex

size_t avalanche::ProofPoolEntry::utxoIndex

Definition at line 28 of file proofpool.h.


The documentation for this struct was generated from the following file: