export type TransactionContextValues = { loadingStatus: string; isValidating: boolean; refetch: () => void; error: any; activate: () => void; };