UNPKG

btc-wallet

Version:

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

7 lines (6 loc) 217 B
import { type WalletMetadata } from './base'; import { InjectedConnector } from './injected'; export declare class WizzConnector extends InjectedConnector { readonly metadata: WalletMetadata; constructor(); }