LightningClient
provides the interface for users to submit requests, poll response, see audit data etc to/from lightning core.LightningClientImpl
is the one and only implementation of LightningClient
as of version 1.0
This class is package protected to discourage direct instantiation.LightningClient
with
all required dependencies.LightningClientBuilderTest
contains tests for the
class LightningClientBuilder
.