5 #ifndef FABCOIN_CORE_IO_H 6 #define FABCOIN_CORE_IO_H 36 #endif // FABCOIN_CORE_IO_H std::vector< unsigned char > ParseHexUV(const UniValue &v, const std::string &strName)
std::string FormatScript(const CScript &script)
bool DecodeHexBlk(CBlock &, const std::string &strHexBlk)
UniValue ValueFromAmount(const CAmount &amount)
int64_t CAmount
Amount in lius (Can be negative)
std::string ScriptToAsmStr(const CScript &script, const bool fAttemptSighashDecode=false)
Create the assembly string representation of a CScript object.
bool DecodeHexTx(CMutableTransaction &tx, const std::string &strHexTx, bool fTryNoWitness=false)
uint256 ParseHashUV(const UniValue &v, const std::string &strName)
uint256 ParseHashStr(const std::string &, const std::string &strName)
Serialized script, used inside transaction inputs and outputs.
std::string EncodeHexTx(const CTransaction &tx, const int serializeFlags=0)
void ScriptPubKeyToUniv(const CScript &scriptPubKey, UniValue &out, bool fIncludeHex)
A mutable version of CTransaction.
void TxToUniv(const CTransaction &tx, const uint256 &hashBlock, UniValue &entry, bool include_hex=true, int serialize_flags=0)
The basic transaction that is broadcasted on the network and contained in blocks. ...
CScript ParseScript(const std::string &s)