Default:
<FundWithdraw />
To fix the node:
<FundWithdraw node="https://node1.irys.xyz" />
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 } />