useFundWallet
useFundWallet(
props?):UseMutationResult<TransactionReceipt,Error,void,unknown>
Defined in: synapse-react/src/calibration.ts:25
Fund the wallet with USDFC and FIL.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props? | UseFundWalletProps | The props for the fund wallet. UseFundWalletProps |
Returns
Section titled “Returns”UseMutationResult<TransactionReceipt, Error, void, unknown>
The mutation to fund the wallet.