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

Method GetInputCoin

src/wallet/spend.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 std::string ToString(const CWallet& wallet) const;
65
66 inline CInputCoin GetInputCoin(const CWallet& wallet) const
67 {
68 return CInputCoin(wallet, tx, i, nInputBytes);
69 }
70};
71
72class WalletRescanReserver; //forward declarations for ScanForWalletTransactions/RescanFromTime

Callers 3

GroupOutputsFunction · 0.80
spend.cppFile · 0.80

Calls 1

CInputCoinClass · 0.85

Tested by

no test coverage detected