Fabcoin Core  0.16.2
P2P Digital Currency
Functions
core_read.cpp File Reference
#include <core_io.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <serialize.h>
#include <streams.h>
#include <univalue.h>
#include <util.h>
#include <utilstrencodings.h>
#include <version.h>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/split.hpp>
Include dependency graph for core_read.cpp:

Go to the source code of this file.

Functions

CScript ParseScript (const std::string &s)
 
bool CheckTxScriptsSanity (const CMutableTransaction &tx)
 
bool DecodeHexTx (CMutableTransaction &tx, const std::string &strHexTx, bool fTryNoWitness)
 
bool DecodeHexBlk (CBlock &block, const std::string &strHexBlk)
 
uint256 ParseHashUV (const UniValue &v, const std::string &strName)
 
uint256 ParseHashStr (const std::string &strHex, const std::string &strName)
 
std::vector< unsigned char > ParseHexUV (const UniValue &v, const std::string &strName)
 

Function Documentation

bool CheckTxScriptsSanity ( const CMutableTransaction tx)

Definition at line 91 of file core_read.cpp.

Here is the caller graph for this function:

bool DecodeHexBlk ( CBlock block,
const std::string &  strHexBlk 
)

Definition at line 146 of file core_read.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool DecodeHexTx ( CMutableTransaction tx,
const std::string &  strHexTx,
bool  fTryNoWitness 
)

Definition at line 111 of file core_read.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

uint256 ParseHashStr ( const std::string &  strHex,
const std::string &  strName 
)

Definition at line 171 of file core_read.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

uint256 ParseHashUV ( const UniValue v,
const std::string &  strName 
)

Definition at line 163 of file core_read.cpp.

Here is the call graph for this function:

std::vector<unsigned char> ParseHexUV ( const UniValue v,
const std::string &  strName 
)

Definition at line 181 of file core_read.cpp.

Here is the call graph for this function:

CScript ParseScript ( const std::string &  s)

Definition at line 22 of file core_read.cpp.

Here is the call graph for this function: