Extends
FundStateProps.FundLifecycleEvents
Properties
| Property | Type | Inherited from |
|---|---|---|
children? | | ReactNode | (state: FundState) => ReactNode | - |
className? | string | - |
fetchBuyOptions | FetchBuyOptions | - |
fetchBuyQuote | FetchBuyQuote | - |
inputType? | InputType | - |
openIn? | "tab" | "popup" | - |
redirectUrl? | string | - |
style? | CSSProperties | - |
submitLabel? | ReactNode | - |
title? | ReactNode | - |
country | string | FundStateProps.country |
locale? | string | FundStateProps.locale |
cryptoDecimalPlaces? | number | FundStateProps.cryptoDecimalPlaces |
cryptoCurrency | string | FundStateProps.cryptoCurrency |
fiatCurrency | string | FundStateProps.fiatCurrency |
fiatDecimalPlaces? | number | FundStateProps.fiatDecimalPlaces |
network | string | FundStateProps.network |
presetAmountInputs? | FundPresetAmountInputs | FundStateProps.presetAmountInputs |
subdivision? | string | FundStateProps.subdivision |
destinationAddress | string | FundStateProps.destinationAddress |
onError? | (e: | undefined | OnrampError) => void | FundLifecycleEvents.onError |
onStatus? | (lifecycleStatus: FundLifecycleStatus) => void | FundLifecycleEvents.onStatus |
onSuccess? | (result?: OnrampSuccessEventData) => void | FundLifecycleEvents.onSuccess |