Bitcoin Core  27.99.0
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, BitcoinUnit unit)
 

Private Member Functions

 TransactionDesc ()
 

Static Private Member Functions

static QString FormatTxStatus (const interfaces::WalletTxStatus &status, bool inMempool)
 

Detailed Description

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

Definition at line 24 of file transactiondesc.h.

Constructor & Destructor Documentation

◆ TransactionDesc()

TransactionDesc::TransactionDesc ( )
inlineprivate

Definition at line 32 of file transactiondesc.h.

Member Function Documentation

◆ FormatTxStatus()

QString TransactionDesc::FormatTxStatus ( const interfaces::WalletTxStatus status,
bool  inMempool 
)
staticprivate

Definition at line 32 of file transactiondesc.cpp.

Here is the caller graph for this function:

◆ toHTML()

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

Definition at line 103 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: