UNPKG
l402
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
L402 client and tools for Javascript.
l402
/
dist
/
wallet
/
alby.d.ts
8 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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