Class | Description |
---|---|
BaseLNDLightningHandler |
Base implementation of LND Lightning Handler handling the methods for generateInvoice, lookupInvoice and
invoice subscribing.
|
LNDHelper |
Helper class with methods for converting between LND wrapper objects and paywall-core objects.
|
LNDLightningHandlerContext |
Context object for lightning handler generated by payment handler about latest state of invoices.
|
SimpleBaseLNDLightningHandler |
Extension of BaseLNDLightningHandler that also manages APIs and opening/closing connection.
|