We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b987f73 + a49d3c9 commit ca0fbe4Copy full SHA for ca0fbe4
src/ps-web-apis.ts
@@ -307,7 +307,7 @@ export type WalletUnlockResult =
307
};
308
309
export interface WalletV1 {
310
- getUserWalletStatus: Promise<{ isEnabled: boolean }>;
+ getUserWalletStatus: () => Promise<{ isEnabled: boolean }>;
311
getUserCreditBalance: GetUserCreditBalance;
312
getUserUnlockedContent: () => Promise<UnlockedContentResult>;
313
/**
0 commit comments