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

Function json_tok_psbt

plugins/txprepare.c:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44static LIST_HEAD(unreleased_txs);
45
46static struct wally_psbt *json_tok_psbt(const tal_t *ctx,
47 const char *buffer,
48 const jsmntok_t *tok)
49{
50 return psbt_from_b64(ctx, buffer + tok->start, tok->end - tok->start);
51}
52
53struct txprepare_cleanup {
54 char *error_json;

Callers 2

signpsbt_doneFunction · 0.85
psbt_createdFunction · 0.85

Calls 1

psbt_from_b64Function · 0.85

Tested by

no test coverage detected