PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Namespaces | Functions
blockexplorer.h File Reference
#include <QMainWindow>
#include "base58.h"
#include "uint256.h"
Include dependency graph for blockexplorer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BlockExplorer
 

Namespaces

 Ui
 

Functions

std::string getexplorerBlockHash (int64_t)
 
const CBlockIndexgetexplorerBlockIndex (int64_t)
 
CTxOut getPrevOut (const COutPoint &out)
 
void getNextIn (const COutPoint *Out, uint256 *Hash, unsigned int n)
 

Function Documentation

◆ getexplorerBlockHash()

std::string getexplorerBlockHash ( int64_t  )

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  )

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 
)

◆ getPrevOut()

CTxOut getPrevOut ( const COutPoint out)

Definition at line 154 of file blockexplorer.cpp.

Here is the call graph for this function: