MCPcopy 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
138void towire_u8_array(u8 **pptr, const u8 *arr, size_t num)
139{
140 towire(pptr, arr, num);
141}
142
143void towire_utf8_array(u8 **pptr, const char *arr, size_t num)
144{

Callers 11

towire_hsm_utxoFunction · 0.50
towire_wally_tx_inputFunction · 0.50
towire_wally_tx_outputFunction · 0.50
towire_bitcoin_txFunction · 0.50
towire_bip340sigFunction · 0.50
towire_wally_psbtFunction · 0.50
towire_keypairFunction · 0.50
psbt_fixupFunction · 0.50
create_fuzz_msgFunction · 0.50
runFunction · 0.50

Calls 1

towireFunction · 0.70

Tested by

no test coverage detected