Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
rpcblockchain.cpp File Reference
#include "main.h"
#include "bitcoinrpc.h"
Include dependency graph for rpcblockchain.cpp:

Go to the source code of this file.

Functions

void ScriptPubKeyToJSON (const CScript &scriptPubKey, Object &out)
 
double GetDifficulty (const CBlockIndex *blockindex)
 
Object blockToJSON (const CBlock &block, const CBlockIndex *blockindex)
 
Value getblockcount (const Array &params, bool fHelp)
 
Value getbestblockhash (const Array &params, bool fHelp)
 
Value getdifficulty (const Array &params, bool fHelp)
 
Value settxfee (const Array &params, bool fHelp)
 
Value getrawmempool (const Array &params, bool fHelp)
 
Value getblockhash (const Array &params, bool fHelp)
 
Value getblock (const Array &params, bool fHelp)
 
Value gettxoutsetinfo (const Array &params, bool fHelp)
 
Value gettxout (const Array &params, bool fHelp)
 
Value verifychain (const Array &params, bool fHelp)
 

Function Documentation

Object blockToJSON ( const CBlock block,
const CBlockIndex blockindex 
)

Definition at line 46 of file rpcblockchain.cpp.

Value getbestblockhash ( const Array params,
bool  fHelp 
)

Definition at line 84 of file rpcblockchain.cpp.

Value getblock ( const Array params,
bool  fHelp 
)

Definition at line 153 of file rpcblockchain.cpp.

Value getblockcount ( const Array params,
bool  fHelp 
)

Definition at line 74 of file rpcblockchain.cpp.

Value getblockhash ( const Array params,
bool  fHelp 
)

Definition at line 138 of file rpcblockchain.cpp.

double GetDifficulty ( const CBlockIndex blockindex)

Definition at line 14 of file rpcblockchain.cpp.

Value getdifficulty ( const Array params,
bool  fHelp 
)

Definition at line 94 of file rpcblockchain.cpp.

Value getrawmempool ( const Array params,
bool  fHelp 
)

Definition at line 121 of file rpcblockchain.cpp.

Value gettxout ( const Array params,
bool  fHelp 
)

Definition at line 209 of file rpcblockchain.cpp.

Value gettxoutsetinfo ( const Array params,
bool  fHelp 
)

Definition at line 187 of file rpcblockchain.cpp.

void ScriptPubKeyToJSON ( const CScript scriptPubKey,
Object out 
)

Definition at line 54 of file rpcrawtransaction.cpp.

Value settxfee ( const Array params,
bool  fHelp 
)

Definition at line 105 of file rpcblockchain.cpp.

Value verifychain ( const Array params,
bool  fHelp 
)

Definition at line 254 of file rpcblockchain.cpp.