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) 197 B
declare const SignModal: ({ open, onClose, onOpen, }: { open: boolean; onClose: () => void; onOpen: () => void; }) => import("react/jsx-runtime").JSX.Element; export default SignModal;