BlueWallet/WatchConnectivity.android.js
2019-11-19 14:49:09 +00:00

13 lines
312 B
JavaScript

export default class WatchConnectivity {
isAppInstalled = false;
static shared = new WatchConnectivity();
wallets;
fetchTransactionsFunction = () => {};
getIsWatchAppInstalled() {}
async handleLightningInvoiceCreateRequest(_walletIndex, _amount, _description) {}
async sendWalletsToWatch() {}
}