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

Method GetOutputAmountBlindingFactor

src/wallet/wallet.cpp:3890–3894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3888}
3889
3890uint256 CWalletTx::GetOutputAmountBlindingFactor(const CWallet& wallet, unsigned int output_index) const {
3891 uint256 ret;
3892 GetNonIssuanceBlindingData(wallet, output_index, nullptr, nullptr, &ret, nullptr, nullptr);
3893 return ret;
3894}
3895
3896uint256 CWalletTx::GetOutputAssetBlindingFactor(const CWallet& wallet, unsigned int output_index) const {
3897 uint256 ret;

Callers 5

CInputCoinMethod · 0.80
FillPSBTDataMethod · 0.80
CachedTxGetAmountsFunction · 0.80
listunspentFunction · 0.80
blindrawtransactionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected