Default:
<FundWithdraw />
To fix the network:
<FundWithdraw network="mainnet" />
To fix the currency:
<FundWithdraw currency="ethereum" />
To set component to fund-only:
<FundWithdraw fundOnly={ true } />
To set the component to withdraw-only:
<FundWithdraw withdrawOnly={ true } />