MCPcopy 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
21QList<SendCoinsRecipient> WalletModelTransaction::getRecipients() const
22{
23 return recipients;
24}
25
26CTransactionRef& WalletModelTransaction::getWtx()
27{

Callers 4

prepareTransactionMethod · 0.80
sendCoinsMethod · 0.80
PrepareSendTextMethod · 0.80
presentPSBTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected