Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 ()=default

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 ( )
privatedefault

Member Function Documentation

◆ FormatTxStatus()

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

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