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) 260 B
import { type EVMDeserializeTransactionResult } from '../../types/deserializeTx'; declare const TransactionDetails: ({ details }: { details: EVMDeserializeTransactionResult; }) => import("react/jsx-runtime").JSX.Element; export default TransactionDetails;