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

#include <miner.h>

Collaboration diagram for node::CBlockTemplateEntry:
[legend]

Public Member Functions

 CBlockTemplateEntry (CTransactionRef _tx, Amount _fees, int64_t _sigChecks)
 

Public Attributes

CTransactionRef tx
 
Amount fees
 
int64_t sigChecks
 

Detailed Description

Definition at line 33 of file miner.h.

Constructor & Destructor Documentation

◆ CBlockTemplateEntry()

node::CBlockTemplateEntry::CBlockTemplateEntry ( CTransactionRef  _tx,
Amount  _fees,
int64_t  _sigChecks 
)
inline

Definition at line 38 of file miner.h.

Member Data Documentation

◆ fees

Amount node::CBlockTemplateEntry::fees

Definition at line 35 of file miner.h.

◆ sigChecks

int64_t node::CBlockTemplateEntry::sigChecks

Definition at line 36 of file miner.h.

◆ tx

CTransactionRef node::CBlockTemplateEntry::tx

Definition at line 34 of file miner.h.


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