MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_to_psbt

Function json_to_psbt

common/json_parse.c:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644struct wally_psbt *json_to_psbt(const tal_t *ctx, const char *buffer,
645 const jsmntok_t *tok)
646{
647 return psbt_from_b64(ctx, buffer + tok->start, tok->end - tok->start);
648}
649
650struct tlv_onionmsg_payload_reply_path *
651json_to_reply_path(const tal_t *ctx, const char *buffer, const jsmntok_t *tok)

Callers 3

hook_extract_psbtFunction · 0.85
openchannel_update_okFunction · 0.85
openchannel_init_okFunction · 0.85

Calls 1

psbt_from_b64Function · 0.85

Tested by

no test coverage detected