@getalby/lightning-wallet-connect
Version:
Web components to connect to a lightning wallet and power a website with WebLN
15 lines • 563 B
TypeScript
import { LitElement } from 'lit';
/**
* @fires lwc:connected - Indicates a wallet has been connected and window.webln is now available and enabled
*/
export declare class LwcElement extends LitElement {
protected _connected: boolean;
protected _connecting: boolean;
protected _connectorName: string | undefined;
protected _alias: string | undefined;
protected _balance: number | undefined;
constructor();
connectedCallback(): void;
static styles: import("lit").CSSResult;
}
//# sourceMappingURL=lwc-element.d.ts.map