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

Method GetOutputAssetBlindingFactor

src/wallet/wallet.cpp:3896–3900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3894}
3895
3896uint256 CWalletTx::GetOutputAssetBlindingFactor(const CWallet& wallet, unsigned int output_index) const {
3897 uint256 ret;
3898 GetNonIssuanceBlindingData(wallet, output_index, nullptr, nullptr, nullptr, nullptr, &ret);
3899 return ret;
3900}
3901
3902CAsset CWalletTx::GetOutputAsset(const CWallet& wallet, unsigned int output_index) const {
3903 CAsset 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