Files
lightning/bitcoin
Rusty Russell 84dc943cf5 common/bolt11_json: extract bolt11->json code.
Our new "decode" command will also handle bolt11.  We make a few cleanups:

1. Avoid type_to_string() in JSON, instead use format functions directly.
2. Don't need to escape description now that JSON core does that for us.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-09 14:34:35 +10:30
..
2020-09-02 13:21:32 +02:00
2020-09-02 13:21:32 +02:00
2020-10-20 14:27:19 +10:30
2020-10-20 14:27:19 +10:30
2015-06-25 13:48:05 +09:30
2020-12-07 14:23:59 +01:00

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and some I
wrote, many taken from bitcoin-iterate and pasted in here.