MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetAmountFromParentChainPegin

Function GetAmountFromParentChainPegin

src/pegins.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool GetAmountFromParentChainPegin(CAmount& amount, const Sidechain::Bitcoin::CTransaction& txBTC, unsigned int nOut)
53{
54 amount = txBTC.vout[nOut].nValue;
55 return true;
56}
57
58bool GetAmountFromParentChainPegin(CAmount& amount, const CTransaction& txBTC, unsigned int nOut)
59{

Callers 3

CheckPeginTxFunction · 0.85
createrawpeginFunction · 0.85
CreatePegInInputInnerFunction · 0.85

Calls 4

IsExplicitMethod · 0.80
GetAssetMethod · 0.80
GetAmountMethod · 0.80
ParamsClass · 0.70

Tested by

no test coverage detected