Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
private:
Callers
15
AddToSpends
Method · 0.45
ReacceptWalletTransactions
Method · 0.45
SubmitTxMemoryPoolAndRelay
Method · 0.45
SignTransaction
Method · 0.45
GetTxBlocksToMaturity
Method · 0.45
MakeWalletTx
Function · 0.45
MakeWalletTxStatus
Function · 0.45
coins.cpp
File · 0.45
WalletTxToJSON
Function · 0.45
transactions.cpp
File · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
4
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
FUZZ_TARGET_INIT
Function · 0.36
FUZZ_TARGET_INIT
Function · 0.36