Files
lightning/bitcoin
ZmnSCPxj jxPCSnmZ 12c9b27838 bitcoin/tx.c: bitcoin_tx_output_get_amount_sat now accepts const transactions.
It is a getter, so, does not change the transaction, so should accept `const`.
2020-09-09 12:38:19 +09:30
..
2020-09-02 13:21:32 +02:00
2020-09-02 13:21:32 +02:00
2015-06-25 13:48:05 +09:30

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.