import type {
CalmOnrampProps,
CalmContext,
CreateSession,
SendTransaction,
SendTransactionInput,
SignTypedData,
WaitForReceipt,
Chain, // chain id (number), e.g. 1 | 8453 | 42161 | 999 | 1337
Currency, // "usd" | "gbp" | "eur"
Flow, // picker method: "swap" | "crypto" | "bank" | "cashapp" | "exchange" | "card[stripe]" | "card[swapped]"
SessionResponse,
UseSessionParameters,
UseSessionReturnType,
} from "@calm-xyz/react";
import { ApiError } from "@calm-xyz/react";
import type { PrivyCalmProviderProps } from "@calm-xyz/react/privy";
import type { WagmiCalmProviderProps } from "@calm-xyz/react/wagmi";
import type { DynamicCalmProviderProps } from "@calm-xyz/react/dynamic";
React
Types
Exported TypeScript types from @calm-xyz/react.