@getalby/sdk
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -5,2 +5,7 @@ import { Relay, Event, UnsignedEvent } from 'nostr-tools'; | ||
import { GetNWCAuthorizationUrlOptions } from '../types'; | ||
interface GetBalanceResponse { | ||
balance: number; | ||
max_amount?: number; | ||
budget_renewal?: string; | ||
} | ||
interface NostrWebLNOptions { | ||
@@ -47,3 +52,3 @@ authorizationUrl?: string; | ||
getInfo(): Promise<GetInfoResponse>; | ||
getBalance(): Promise<unknown>; | ||
getBalance(): Promise<GetBalanceResponse>; | ||
sendPayment(invoice: string): Promise<SendPaymentResponse>; | ||
@@ -50,0 +55,0 @@ keysend(args: KeysendArgs): Promise<SendPaymentResponse>; |
{ | ||
"name": "@getalby/sdk", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "The SDK to integrate with Nostr Wallet Connect and the Alby API", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/getAlby/js-sdk.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
855396
14910