We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049254b commit 29e8319Copy full SHA for 29e8319
lib/index.ts
@@ -60,7 +60,7 @@ interface WasmGlobal {
60
) => void;
61
}
62
63
-interface LncConstructor {
+export interface LncConstructor {
64
/** Specify a custom Lightning Node Connect proxy server. If not specified we'll default to `mailbox.terminal.lightning.today:443`. */
65
serverHost?: string;
66
/** Your LNC pairing phrase */
0 commit comments