Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ is_elements
Function
is_elements
common/utils.c:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
const struct chainparams *chainparams;
20
21
bool is_elements(const struct chainparams *chainparams)
22
{
23
return chainparams->is_elements;
24
}
25
26
void tal_wally_start(void)
27
{
Callers
15
main
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
create_psbt
Function · 0.85
psbt_input_set_wit_utxo
Function · 0.85
psbt_elements_normalize_fees
Function · 0.85
towire_wally_psbt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected