BlueWallet/WatchConnectivity.android.js

13 lines
312 B
JavaScript
Raw Normal View History

export default class WatchConnectivity {
isAppInstalled = false;
static shared = new WatchConnectivity();
wallets;
fetchTransactionsFunction = () => {};
getIsWatchAppInstalled() {}
async handleLightningInvoiceCreateRequest(_walletIndex, _amount, _description) {}
async sendWalletsToWatch() {}
2019-11-19 15:49:09 +01:00
}