#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>
Go to the source code of this file.
bool DecodeHexBlk |
( |
CBlock & |
block, |
|
|
const std::string & |
strHexBlk |
|
) |
| |
bool DecodeHexTx |
( |
CMutableTransaction & |
tx, |
|
|
const std::string & |
strHexTx, |
|
|
bool |
fTryNoWitness |
|
) |
| |
uint256 ParseHashStr |
( |
const std::string & |
strHex, |
|
|
const std::string & |
strName |
|
) |
| |
std::vector<unsigned char> ParseHexUV |
( |
const UniValue & |
v, |
|
|
const std::string & |
strName |
|
) |
| |
CScript ParseScript |
( |
const std::string & |
s | ) |
|