UNPKG

btc-wallet

Version:

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

5 lines (4 loc) 145 B
export declare const useConnector: () => { connectors: import("..").BaseConnector[]; connect: (connectorId: string) => Promise<void>; };