Skip to main content
All the props for the Fund component.

Extends

Properties

PropertyTypeInherited from
children?| ReactNode | (state: FundState) => ReactNode-
className?string-
fetchBuyOptionsFetchBuyOptions-
fetchBuyQuoteFetchBuyQuote-
inputType?InputType-
openIn?"tab" | "popup"-
redirectUrl?string-
style?CSSProperties-
submitLabel?ReactNode-
title?ReactNode-
countrystringFundStateProps.country
locale?stringFundStateProps.locale
cryptoDecimalPlaces?numberFundStateProps.cryptoDecimalPlaces
cryptoCurrencystringFundStateProps.cryptoCurrency
fiatCurrencystringFundStateProps.fiatCurrency
fiatDecimalPlaces?numberFundStateProps.fiatDecimalPlaces
networkstringFundStateProps.network
presetAmountInputs?FundPresetAmountInputsFundStateProps.presetAmountInputs
subdivision?stringFundStateProps.subdivision
destinationAddressstringFundStateProps.destinationAddress
onError?(e: | undefined | OnrampError) => voidFundLifecycleEvents.onError
onStatus?(lifecycleStatus: FundLifecycleStatus) => voidFundLifecycleEvents.onStatus
onSuccess?(result?: OnrampSuccessEventData) => voidFundLifecycleEvents.onSuccess
I