Select a network...
Select a currency...

Overview

This component:

  • Funds nodes
  • Withdraws funds from nodes

Usage

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 } />

Docs