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

Method GetOutputValueOut

src/wallet/wallet.cpp:3884–3888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3882}
3883
3884CAmount CWalletTx::GetOutputValueOut(const CWallet& wallet, unsigned int output_index) const {
3885 CAmount ret;
3886 GetNonIssuanceBlindingData(wallet, output_index, nullptr, &ret, nullptr, nullptr, nullptr);
3887 return ret;
3888}
3889
3890uint256 CWalletTx::GetOutputAmountBlindingFactor(const CWallet& wallet, unsigned int output_index) const {
3891 uint256 ret;

Callers 15

CInputCoinMethod · 0.80
ToStringMethod · 0.80
spend.cppFile · 0.80
GetAvailableBalanceFunction · 0.80
GetDebitMethod · 0.80
FillPSBTDataMethod · 0.80
OutputGetCreditFunction · 0.80
TxGetCreditFunction · 0.80
GetChangeFunction · 0.80
CachedTxGetAmountsFunction · 0.80
GetAddressBalancesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected