breez / breez-sdk-greenlight

MIT License
241 stars 42 forks source link

Expose Greenlight credentials in the SDK #556

Closed dangeross closed 11 months ago

dangeross commented 12 months ago

As a developer, I would like to register/use a Greenlight node with the Breez SDK and get the Greenlight node credentials, so that I can use the gl-client alongside it.

ok300 commented 11 months ago

For that we can expose

sdk.persister.get_gl_credentials().await

as a service method.