Skip to content

useFundWallet

useFundWallet(props?): UseMutationResult<TransactionReceipt, Error, void, unknown>

Defined in: synapse-react/src/calibration.ts:25

Fund the wallet with USDFC and FIL.

ParameterTypeDescription
props?UseFundWalletPropsThe props for the fund wallet. UseFundWalletProps

UseMutationResult<TransactionReceipt, Error, void, unknown>

The mutation to fund the wallet.