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

Method CInputCoin

src/wallet/coinselection.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 CInputCoin(const CWallet& wallet, const CWalletTx* wtx, unsigned int i);
34
35 CInputCoin(const CWallet& wallet, const CWalletTx* wtx, unsigned int i, int input_bytes) : CInputCoin(wallet, wtx, i)
36 {
37 m_input_bytes = input_bytes;
38 }
39
40 CInputCoin(const COutPoint& outpoint_in, const CTxOut& txout_in)
41 {

Callers

nothing calls this directly

Calls 7

IsExplicitMethod · 0.80
GetAmountMethod · 0.80
GetAssetMethod · 0.80
SetToAmountMethod · 0.80
SetToAssetMethod · 0.80
ParamsClass · 0.50
SetNullMethod · 0.45

Tested by

no test coverage detected