PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
rawtransaction.cpp File Reference
#include "base58.h"
#include "core_io.h"
#include "init.h"
#include "keystore.h"
#include "main.h"
#include "net.h"
#include "primitives/transaction.h"
#include "rpc/server.h"
#include "script/script.h"
#include "script/script_error.h"
#include "script/sign.h"
#include "script/standard.h"
#include "uint256.h"
#include "utilmoneystr.h"
#include "wallet/wallet.h"
#include <stdint.h>
#include <univalue.h>
#include <boost/assign/list_of.hpp>
Include dependency graph for rawtransaction.cpp:

Go to the source code of this file.

Functions

void ScriptPubKeyToJSON (const CScript &scriptPubKey, UniValue &out, bool fIncludeHex)
 
void PoSBlockInfoToJSON (const uint256 hashBlock, int64_t nTime, int height, UniValue &entry)
 
void TxToJSON (const CTransaction &tx, const uint256 hashBlock, UniValue &entry)
 
UniValue getrawtransactionbyblockheight (const UniValue &params, bool fHelp)
 
UniValue getrawtransaction (const UniValue &params, bool fHelp)
 
UniValue createrawtransaction (const UniValue &params, bool fHelp)
 
UniValue decoderawtransaction (const UniValue &params, bool fHelp)
 
UniValue decodescript (const UniValue &params, bool fHelp)
 
UniValue signrawtransaction (const UniValue &params, bool fHelp)
 
UniValue sendrawtransaction (const UniValue &params, bool fHelp)
 

Function Documentation

◆ createrawtransaction()

UniValue createrawtransaction ( const UniValue params,
bool  fHelp 
)

Definition at line 557 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ decoderawtransaction()

UniValue decoderawtransaction ( const UniValue params,
bool  fHelp 
)

Definition at line 658 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ decodescript()

UniValue decodescript ( const UniValue params,
bool  fHelp 
)

Definition at line 722 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ getrawtransaction()

UniValue getrawtransaction ( const UniValue params,
bool  fHelp 
)

Definition at line 252 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ getrawtransactionbyblockheight()

UniValue getrawtransactionbyblockheight ( const UniValue params,
bool  fHelp 
)

Definition at line 200 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ PoSBlockInfoToJSON()

void PoSBlockInfoToJSON ( const uint256  hashBlock,
int64_t  nTime,
int  height,
UniValue entry 
)

Definition at line 59 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ ScriptPubKeyToJSON()

void ScriptPubKeyToJSON ( const CScript scriptPubKey,
UniValue out,
bool  fIncludeHex 
)

Definition at line 34 of file rawtransaction.cpp.

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

◆ sendrawtransaction()

UniValue sendrawtransaction ( const UniValue params,
bool  fHelp 
)

Definition at line 1027 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ signrawtransaction()

UniValue signrawtransaction ( const UniValue params,
bool  fHelp 
)

Definition at line 774 of file rawtransaction.cpp.

Here is the call graph for this function:

◆ TxToJSON()

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

Definition at line 66 of file rawtransaction.cpp.

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