Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
rpcrawtransaction.cpp File Reference
#include <boost/assign/list_of.hpp>
#include "base58.h"
#include "bitcoinrpc.h"
#include "db.h"
#include "init.h"
#include "main.h"
#include "net.h"
#include "wallet.h"
Include dependency graph for rpcrawtransaction.cpp:

Go to the source code of this file.

Functions

uint256 ParseHashV (const Value &v, string strName)
 
uint256 ParseHashO (const Object &o, string strKey)
 
vector< unsigned char > ParseHexV (const Value &v, string strName)
 
vector< unsigned char > ParseHexO (const Object &o, string strKey)
 
void ScriptPubKeyToJSON (const CScript &scriptPubKey, Object &out)
 
void TxToJSON (const CTransaction &tx, const uint256 hashBlock, Object &entry)
 
Value getrawtransaction (const Array &params, bool fHelp)
 
Value listunspent (const Array &params, bool fHelp)
 
Value createrawtransaction (const Array &params, bool fHelp)
 
Value decoderawtransaction (const Array &params, bool fHelp)
 
Value signrawtransaction (const Array &params, bool fHelp)
 
Value sendrawtransaction (const Array &params, bool fHelp)
 

Function Documentation

Value createrawtransaction ( const Array params,
bool  fHelp 
)

Definition at line 256 of file rpcrawtransaction.cpp.

Value decoderawtransaction ( const Array params,
bool  fHelp 
)

Definition at line 316 of file rpcrawtransaction.cpp.

Value getrawtransaction ( const Array params,
bool  fHelp 
)

Definition at line 135 of file rpcrawtransaction.cpp.

Value listunspent ( const Array params,
bool  fHelp 
)

Definition at line 169 of file rpcrawtransaction.cpp.

uint256 ParseHashO ( const Object o,
string  strKey 
)

Definition at line 36 of file rpcrawtransaction.cpp.

uint256 ParseHashV ( const Value v,
string  strName 
)

Definition at line 25 of file rpcrawtransaction.cpp.

vector<unsigned char> ParseHexO ( const Object o,
string  strKey 
)

Definition at line 49 of file rpcrawtransaction.cpp.

vector<unsigned char> ParseHexV ( const Value v,
string  strName 
)

Definition at line 40 of file rpcrawtransaction.cpp.

void ScriptPubKeyToJSON ( const CScript scriptPubKey,
Object out 
)

Definition at line 54 of file rpcrawtransaction.cpp.

Value sendrawtransaction ( const Array params,
bool  fHelp 
)

Definition at line 530 of file rpcrawtransaction.cpp.

Value signrawtransaction ( const Array params,
bool  fHelp 
)

Definition at line 339 of file rpcrawtransaction.cpp.

void TxToJSON ( const CTransaction tx,
const uint256  hashBlock,
Object entry 
)

Definition at line 78 of file rpcrawtransaction.cpp.