Open alexbosworth opened 4 years ago
It would be nice to be able to use the REST API, but the responses and paths are different since they are passed through a gateway
The ideal would be that a new LND object could be instantiated: const {lnd} = authenticatedLndRestApi({}) and then used with all existing methods
const {lnd} = authenticatedLndRestApi({})
It would be nice to be able to use the REST API, but the responses and paths are different since they are passed through a gateway
The ideal would be that a new LND object could be instantiated:
const {lnd} = authenticatedLndRestApi({})
and then used with all existing methods