UNPKG

l402

Version:

L402 client and tools for Javascript.

8 lines 284 B
import { Wallet, PaymentResult } from './wallet'; import { Client } from '@getalby/sdk'; export declare class AlbyWallet extends Wallet { private client; constructor(client: Client); payInvoice(invoice: string): Promise<PaymentResult>; } //# sourceMappingURL=alby.d.ts.map