UNPKG

@btc-vision/walletconnect

Version:

The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.

6 lines 220 B
import { type Unisat } from '@btc-vision/transaction'; export interface OPWalletInterface extends Unisat { disconnect: () => Promise<void>; } export declare const logo: string; //# sourceMappingURL=interface.d.ts.map