UNPKG

@smartinvoicexyz/hooks

Version:

Unified source for React hooks used across the Smart Invoice protocol.

4 lines (3 loc) 235 B
import { useSimulateContract, useWriteContract } from 'wagmi'; export type SimulateContractErrorType = ReturnType<typeof useSimulateContract>['error']; export type WriteContractErrorType = ReturnType<typeof useWriteContract>['error'];