Skip to content

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.

ParameterTypeDescription
props?UseFundWalletPropsThe props for the fund wallet.

UseMutationResult<TransactionReceipt, Error, void, unknown>