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

Method IsCoinBase

src/wallet/transaction.h:300–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 bool isConfirmed() const { return state<TxStateConfirmed>(); }
299 const uint256& GetHash() const { return tx->GetHash(); }
300 bool IsCoinBase() const { return tx->IsCoinBase(); }
301
302 // ELEMENTS
303private:

Callers 15

AddToSpendsMethod · 0.45
SignTransactionMethod · 0.45
GetTxBlocksToMaturityMethod · 0.45
MakeWalletTxFunction · 0.45
MakeWalletTxStatusFunction · 0.45
coins.cppFile · 0.45
WalletTxToJSONFunction · 0.45
transactions.cppFile · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 4

BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36