Bitcoin ABC  0.26.3
P2P Digital Currency
Static Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
TransactionDesc Class Reference

Provide a human-readable extended HTML description of a transaction. More...

#include <transactiondesc.h>

Inheritance diagram for TransactionDesc:
[legend]
Collaboration diagram for TransactionDesc:
[legend]

Static Public Member Functions

static QString toHTML (interfaces::Node &node, interfaces::Wallet &wallet, TransactionRecord *rec, int unit)
 

Private Member Functions

 TransactionDesc ()
 

Static Private Member Functions

static QString FormatTxStatus (const interfaces::WalletTx &wtx, const interfaces::WalletTxStatus &status, bool inMempool, int numBlocks)
 

Detailed Description

Provide a human-readable extended HTML description of a transaction.

Definition at line 23 of file transactiondesc.h.

Constructor & Destructor Documentation

◆ TransactionDesc()

TransactionDesc::TransactionDesc ( )
inlineprivate

Definition at line 31 of file transactiondesc.h.

Member Function Documentation

◆ FormatTxStatus()

QString TransactionDesc::FormatTxStatus ( const interfaces::WalletTx wtx,
const interfaces::WalletTxStatus status,
bool  inMempool,
int  numBlocks 
)
staticprivate

Definition at line 30 of file transactiondesc.cpp.

Here is the caller graph for this function:

◆ toHTML()

QString TransactionDesc::toHTML ( interfaces::Node node,
interfaces::Wallet wallet,
TransactionRecord rec,
int  unit 
)
static

Definition at line 81 of file transactiondesc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: