Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
core_io.h
Go to the documentation of this file.
36 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex = true, const CSpentIndexTxInfo* ptxSpentInfo = nullptr);
std::vector< unsigned char > ParseHexUV(const UniValue &v, const std::string &strName)
Definition: core_read.cpp:144
Definition: spentindex.h:100
Definition: block.h:72
Definition: univalue.h:20
bool DecodeHexTx(CMutableTransaction &tx, const std::string &strHexTx)
Definition: core_read.cpp:90
std::string ScriptToAsmStr(const CScript &script, const bool fAttemptSighashDecode=false)
Create the assembly string representation of a CScript object.
Definition: core_write.cpp:86
uint256 ParseHashUV(const UniValue &v, const std::string &strName)
Definition: core_read.cpp:126
uint256 ParseHashStr(const std::string &, const std::string &strName)
Definition: core_read.cpp:134
void TxToUniv(const CTransaction &tx, const uint256 &hashBlock, UniValue &entry, bool include_hex=true, const CSpentIndexTxInfo *ptxSpentInfo=nullptr)
Definition: core_write.cpp:163
void ScriptPubKeyToUniv(const CScript &scriptPubKey, UniValue &out, bool fIncludeHex)
Definition: core_write.cpp:137
The basic transaction that is broadcasted on the network and contained in blocks. ...
Definition: transaction.h:198