UNPKG

btc-wallet

Version:

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

6 lines (5 loc) 170 B
declare const ConnectModal: ({ open, onClose }: { open: boolean; onClose: () => void; }) => import("react/jsx-runtime").JSX.Element; export default ConnectModal;