Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ getRecipients
Method
getRecipients
src/qt/walletmodeltransaction.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
QList<SendCoinsRecipient> WalletModelTransaction::getRecipients() const
22
{
23
return recipients;
24
}
25
26
CTransactionRef& WalletModelTransaction::getWtx()
27
{
Callers
4
prepareTransaction
Method · 0.80
sendCoins
Method · 0.80
PrepareSendText
Method · 0.80
presentPSBT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected