UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

7 lines (6 loc) 227 B
import { useAccount } from 'wagmi'; interface TxListProps { address: ReturnType<typeof useAccount>['address']; } export declare function TxList({ address }: TxListProps): import("react/jsx-runtime").JSX.Element; export {};