mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-07 14:29:33 +01:00
6c19818314
We are about to disect a couple of invoices for features, so let's add a class that can encode and decode invoices from bolt11 strings. This is pretty much the lnaddr.py file created by @rustyrussell with some minor changes. I'm planning to clean this up further which is why I'm only exporting the `Invoice` class for now.
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
bitstring==3.1.6
|
|
cryptography==2.7
|
|
coincurve==12.0.0
|
|
base58==1.0.2
|
|
secp256k1==0.13.2
|