Skip to main content
function FundForm(props: FundFormProps): Element;
The FundForm component is a form that allows the user to fund their wallet.

Parameters

ParameterTypeDescription
propsFundFormPropsThe props for the FundForm component.

Returns

Element The FundForm component.