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

Function json_tok_psbt

plugins/txprepare.c:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47static LIST_HEAD(unreleased_txs);
48
49static struct wally_psbt *json_tok_psbt(const tal_t *ctx,
50 const char *buffer,
51 const jsmntok_t *tok)
52{
53 return psbt_from_b64(ctx, buffer + tok->start, tok->end - tok->start);
54}
55
56static struct command_result *param_outputs(struct command *cmd,
57 const char *name,

Callers 2

signpsbt_doneFunction · 0.85
psbt_createdFunction · 0.85

Calls 1

psbt_from_b64Function · 0.85

Tested by

no test coverage detected