Skip to content

Commit

Permalink
Add fetchBreezStatus to flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Nov 21, 2023
1 parent 7709c56 commit 02ac956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/sdk-flutter/lib/breez_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ class BreezSDK {
return await _lnToolkit.reportIssue(req: req);
}

/// Fetches the current Breez service status.
Future<BreezStatusResponse> fetchBreezStatus() async => await _lnToolkit.fetchBreezStatus();

/* CLI API's */

/// Execute a command directly on the NodeAPI interface.
Expand Down

0 comments on commit 02ac956

Please sign in to comment.