![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "amount.h"#include "blockexplorer.h"#include "bitcoinunits.h"#include "chainparams.h"#include "clientmodel.h"#include "core_io.h"#include "guiutil.h"#include "main.h"#include "net.h"#include "txdb.h"#include "ui_blockexplorer.h"#include "guiinterface.h"#include "util.h"#include "utilstrencodings.h"#include <QDateTime>#include <QKeyEvent>#include <QMessageBox>#include <set>Go to the source code of this file.
Functions | |
| double | GetDifficulty (const CBlockIndex *blockindex=NULL) |
| std::string | utostr (unsigned int n) |
| CTxOut | getPrevOut (const COutPoint &out) |
| void | getNextIn (const COutPoint &Out, uint256 &Hash, unsigned int &n) |
| const CBlockIndex * | getexplorerBlockIndex (int64_t height) |
| std::string | getexplorerBlockHash (int64_t Height) |
| std::string | BlockToString (CBlockIndex *pBlock) |
| std::string | TxToString (uint256 BlockHash, const CTransaction &tx) |
| std::string | AddressToString (const CBitcoinAddress &Address) |
| std::string AddressToString | ( | const CBitcoinAddress & | Address | ) |
Definition at line 352 of file blockexplorer.cpp.
| std::string BlockToString | ( | CBlockIndex * | pBlock | ) |
Definition at line 189 of file blockexplorer.cpp.
| double GetDifficulty | ( | const CBlockIndex * | blockindex = NULL | ) |
Definition at line 39 of file blockchain.cpp.
| std::string getexplorerBlockHash | ( | int64_t | Height | ) |
Definition at line 174 of file blockexplorer.cpp.
| const CBlockIndex* getexplorerBlockIndex | ( | int64_t | height | ) |
Definition at line 163 of file blockexplorer.cpp.
| std::string TxToString | ( | uint256 | BlockHash, |
| const CTransaction & | tx | ||
| ) |
Definition at line 264 of file blockexplorer.cpp.
|
inline |
Definition at line 22 of file blockexplorer.cpp.
1.8.17