From aaea2717962440b9f337f55a4e94d94791eaacb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iurii=20=E1=9A=BE?= Date: Fri, 22 Mar 2024 11:52:45 +0000 Subject: [PATCH] fix: missing typing --- src/payments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payments.ts b/src/payments.ts index 5c3aa9d..5fd9f5d 100644 --- a/src/payments.ts +++ b/src/payments.ts @@ -490,7 +490,7 @@ export class Payments { public async getSubscriptionBalance( subscriptionDid: string, accountAddress?: string, - ): Promise<{ subscriptionType: string; isOwner: boolean; balance: bigint }> { + ): Promise<{ subscriptionType: string; isOwner: boolean; balance: bigint, isSubscriptor: boolean }> { const body = { subscriptionDid, accountAddress,