Raven Core  3.0.0
P2P Digital Currency
Functions
core_io.h File Reference
#include "amount.h"
#include <string>
#include <vector>
Include dependency graph for core_io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CScript ParseScript (const std::string &s)
 
std::string ScriptToAsmStr (const CScript &script, const bool fAttemptSighashDecode=false)
 Create the assembly string representation of a CScript object. More...
 
bool DecodeHexTx (CMutableTransaction &tx, const std::string &strHexTx, bool fTryNoWitness=false)
 
bool DecodeHexBlk (CBlock &, const std::string &strHexBlk)
 
uint256 ParseHashUV (const UniValue &v, const std::string &strName)
 
uint256 ParseHashStr (const std::string &, const std::string &strName)
 
std::vector< unsigned char > ParseHexUV (const UniValue &v, const std::string &strName)
 
std::string ValueFromAmountString (const CAmount &amount, const int8_t units)
 
UniValue ValueFromAmount (const CAmount &amount, const int8_t units)
 
UniValue ValueFromAmount (const CAmount &amount)
 
std::string FormatScript (const CScript &script)
 
std::string EncodeHexTx (const CTransaction &tx, const int serializeFlags=0)
 
void ScriptPubKeyToUniv (const CScript &scriptPubKey, UniValue &out, bool fIncludeHex)
 
void TxToUniv (const CTransaction &tx, const uint256 &hashBlock, UniValue &entry, bool include_hex=true, int serialize_flags=0)
 

Function Documentation

◆ DecodeHexBlk()

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

Definition at line 147 of file core_read.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DecodeHexTx()

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

Definition at line 112 of file core_read.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EncodeHexTx()

std::string EncodeHexTx ( const CTransaction tx,
const int  serializeFlags = 0 
)

Definition at line 143 of file core_write.cpp.

Here is the caller graph for this function:

◆ FormatScript()

std::string FormatScript ( const CScript script)

Definition at line 48 of file core_write.cpp.

Here is the call graph for this function:

◆ ParseHashStr()

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

Definition at line 172 of file core_read.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ParseHashUV()

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

Definition at line 164 of file core_read.cpp.

Here is the call graph for this function:

◆ ParseHexUV()

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

Definition at line 182 of file core_read.cpp.

Here is the call graph for this function:

◆ ParseScript()

CScript ParseScript ( const std::string &  s)

Definition at line 23 of file core_read.cpp.

◆ ScriptPubKeyToUniv()

void ScriptPubKeyToUniv ( const CScript scriptPubKey,
UniValue out,
bool  fIncludeHex 
)

RVN START

RVN END

Definition at line 150 of file core_write.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ScriptToAsmStr()

std::string ScriptToAsmStr ( const CScript script,
const bool  fAttemptSighashDecode 
)

Create the assembly string representation of a CScript object.

Parameters
[in]scriptCScript object to convert into the asm string representation.
[in]fAttemptSighashDecodeWhether to attempt to decode sighash types on data within the script that matches the format of a signature. Only pass true for scripts you believe could contain signatures. For example, pass false, or omit the this argument (defaults to false), for scriptPubKeys.

Definition at line 99 of file core_write.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TxToUniv()

void TxToUniv ( const CTransaction tx,
const uint256 hashBlock,
UniValue entry,
bool  include_hex = true,
int  serialize_flags = 0 
)

Definition at line 252 of file core_write.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ValueFromAmount() [1/2]

UniValue ValueFromAmount ( const CAmount amount,
const int8_t  units 
)

Definition at line 38 of file core_write.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ValueFromAmount() [2/2]

UniValue ValueFromAmount ( const CAmount amount)

Definition at line 43 of file core_write.cpp.

Here is the call graph for this function:

◆ ValueFromAmountString()

std::string ValueFromAmountString ( const CAmount amount,
const int8_t  units 
)

Definition at line 22 of file core_write.cpp.

Here is the caller graph for this function: