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.

9 lines (8 loc) 274 B
interface UsePendingTransferProps { contractAddress: `0x${string}`; to: string; amount: string; onFullfilled?: () => void; } export declare function usePendingTransfer({ contractAddress, to, amount, onFullfilled }: UsePendingTransferProps): void; export {};