rgb-cln/contrib/pyln-proto/tests
Christian Decker 6c19818314 pyln-proto: Add invoice utilities
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.
2020-02-01 16:50:58 +01:00
..
test_invoice.py pyln-proto: Add invoice utilities 2020-02-01 16:50:58 +01:00
test_onion.py
test_primitives.py
test_wire.py