MCPcopy 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

15const struct chainparams *chainparams;
16
17bool is_elements(const struct chainparams *chainparams)
18{
19 return chainparams->is_elements;
20}
21
22void tal_wally_start(void)
23{

Callers 15

mainFunction · 0.85
clone_inputFunction · 0.85
clone_outputFunction · 0.85
fromwire_wally_tx_inputFunction · 0.85
fromwire_wally_tx_outputFunction · 0.85
towire_wally_tx_inputFunction · 0.85
towire_wally_tx_outputFunction · 0.85
bitcoin_tx_add_inputFunction · 0.85
bitcoin_tx_hash_for_sigFunction · 0.85
bitcoin_block_from_hexFunction · 0.85
init_psbtFunction · 0.85
psbt_input_set_wit_utxoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected