 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_CORE_IO_H
6 #define BITCOIN_CORE_IO_H
24 extern std::vector<unsigned char>
ParseHexUV(
const UniValue& v,
const std::string& strName);
36 #endif // BITCOIN_CORE_IO_H
uint256 ParseHashStr(const std::string &, const std::string &strName)
std::string FormatScript(const CScript &script)
void TxToUniv(const CTransaction &tx, const uint256 &hashBlock, UniValue &entry)
The basic transaction that is broadcasted on the network and contained in blocks.
void ScriptPubKeyToUniv(const CScript &scriptPubKey, UniValue &out, bool fIncludeHex)
bool DecodeHexTx(CTransaction &tx, const std::string &strHexTx)
CScript ParseScript(std::string s)
256-bit unsigned big integer.
Serialized script, used inside transaction inputs and outputs.
std::string EncodeHexPoSBlockSummary(const PoSBlockSummary &pos)
uint256 ParseHashUV(const UniValue &v, const std::string &strName)
std::string EncodeHexTx(const CTransaction &tx)
std::vector< unsigned char > ParseHexUV(const UniValue &v, const std::string &strName)
bool DecodeHexBlk(CBlock &, const std::string &strHexBlk)