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