UNPKG

btc-wallet

Version:

BTC Wallet is a toolkit that enables Bitcoin usage on the NEAR blockchain through the Satoshi protocol.

9 lines (8 loc) 296 B
export interface WalletConnectHelper { getUniversalLink(url: string): string; isWalletInstalled(): boolean; } export declare class MobileWalletConnect { static getUniversalLink(walletId: string, url: string): string; static redirectToWallet(walletId: string): Promise<boolean>; }