Skip to main content

Package: react-wallet-kit

Defined in: react-wallet-kit/src/providers/client/Types.tsx:767

Overview

Handles the fiat onramp process for converting fiat currency into crypto and funding a wallet.
  • Initializes a fiat onramp transaction with a specified provider (e.g., Coinbase or MoonPay).
  • Opens the provider flow in a new window and polls the transaction status until completion.
  • Displays a modal to show progress and success state.
  • Supports both sandbox and production modes.

Parameters

params
HandleOnRampParams
required

Response

A successful response returns the following fields:
returns
void
required
A promise that resolves when the onramp flow completes successfully.