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

Method GetOutputAsset

src/wallet/wallet.cpp:3902–3906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3900}
3901
3902CAsset CWalletTx::GetOutputAsset(const CWallet& wallet, unsigned int output_index) const {
3903 CAsset ret;
3904 GetNonIssuanceBlindingData(wallet, output_index, nullptr, nullptr, nullptr, &ret, nullptr);
3905 return ret;
3906}
3907
3908CPubKey CWalletTx::GetOutputBlindingPubKey(const CWallet& wallet, unsigned int output_index) const {
3909 CPubKey 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
MakeWalletTxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected