CDP Frontend SDK
    Preparing search index...

    Function unstable_FundForm

    • The FundForm component is a form that allows the user to fund their wallet.

      Parameters

      • props: unstable_FundFormProps

        The props for the FundForm component.

        The props for the FundForm component.

        • Optionalchildren?: (
              params: {
                  view: "error" | "form" | "transaction-status";
                  Content: ReactNode;
              },
          ) => ReactNode
        • OptionalopenIn?: "tab" | "popup"
        • OptionalsubmitLabel?: ReactNode
        • OptionalonPopupOpen?: (popup: Window) => void
        • OptionalonPopupClose?: () => void
        • OptionalunmountOnTransactionError?: boolean
        • OptionalunmountOnTransactionSuccess?: boolean
        • Optionalunmount?: () => void

      Returns Element

      The FundForm component.