Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_u8_array
Function
towire_u8_array
wire/towire.c:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void towire_u8_array(u8 **pptr, const u8 *arr, size_t num)
139
{
140
towire(pptr, arr, num);
141
}
142
143
void towire_utf8_array(u8 **pptr, const char *arr, size_t num)
144
{
Callers
11
towire_hsm_utxo
Function · 0.50
towire_wally_tx_witness_stack
Function · 0.50
towire_wally_tx_input
Function · 0.50
towire_wally_tx_output
Function · 0.50
towire_bitcoin_tx
Function · 0.50
towire_bip340sig
Function · 0.50
towire_wally_psbt
Function · 0.50
towire_keypair
Function · 0.50
psbt_fixup
Function · 0.50
create_fuzz_msg
Function · 0.50
run
Function · 0.50
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected