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) 306 B
export { useAccountContract } from './useAccountContract'; export { useAccounts } from './useAccounts'; export { useBTCProvider } from './useBTCProvider'; export { useConnectModal } from './useConnectModal'; export { useConnector } from './useConnector'; export { useETHProvider } from './useETHProvider';