Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ is_elements
Function
is_elements
common/utils.c:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
const struct chainparams *chainparams;
16
17
bool is_elements(const struct chainparams *chainparams)
18
{
19
return chainparams->is_elements;
20
}
21
22
void tal_wally_start(void)
23
{
Callers
15
main
Function · 0.85
clone_input
Function · 0.85
clone_output
Function · 0.85
fromwire_wally_tx_input
Function · 0.85
fromwire_wally_tx_output
Function · 0.85
towire_wally_tx_input
Function · 0.85
towire_wally_tx_output
Function · 0.85
bitcoin_tx_add_input
Function · 0.85
bitcoin_tx_hash_for_sig
Function · 0.85
bitcoin_block_from_hex
Function · 0.85
init_psbt
Function · 0.85
psbt_input_set_wit_utxo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected