PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
blockexplorer.cpp File Reference
#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>
Include dependency graph for blockexplorer.cpp:

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

Function Documentation

◆ AddressToString()

std::string AddressToString ( const CBitcoinAddress Address)

Definition at line 352 of file blockexplorer.cpp.

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

◆ BlockToString()

std::string BlockToString ( CBlockIndex pBlock)

Definition at line 189 of file blockexplorer.cpp.

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

◆ GetDifficulty()

double GetDifficulty ( const CBlockIndex blockindex = NULL)

Definition at line 39 of file blockchain.cpp.

◆ getexplorerBlockHash()

std::string getexplorerBlockHash ( int64_t  Height)

Definition at line 174 of file blockexplorer.cpp.

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

◆ getexplorerBlockIndex()

const CBlockIndex* getexplorerBlockIndex ( int64_t  height)

Definition at line 167 of file blockexplorer.cpp.

Here is the call graph for this function:

◆ getNextIn()

void getNextIn ( const COutPoint Out,
uint256 Hash,
unsigned int &  n 
)

Definition at line 163 of file blockexplorer.cpp.

◆ getPrevOut()

CTxOut getPrevOut ( const COutPoint out)

Definition at line 154 of file blockexplorer.cpp.

Here is the call graph for this function:

◆ TxToString()

std::string TxToString ( uint256  BlockHash,
const CTransaction tx 
)

Definition at line 264 of file blockexplorer.cpp.

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

◆ utostr()

std::string utostr ( unsigned int  n)
inline

Definition at line 22 of file blockexplorer.cpp.