UNPKG

btc-wallet

Version:

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

10 lines (9 loc) 334 B
export * from './connector'; export { ConnectProvider } from './context'; export * from './hooks'; export * from './core/btcWalletSelectorContext'; export * from './core/setupBTCWallet/index'; export * from './core/btcUtils'; export * from './config'; export * from './core/setupModal'; export declare const getVersion: () => string;