useAddUsdfc
function useAddUsdfc(props?): UseMutationResult<boolean, Error, void, unknown>;Defined in: packages/synapse-react/src/usdfc.ts:16
Add the USDFC token to the wallet.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
props? | UseWatchUsdfcProps | The props for the add USDFC. |
Returns
Section titled “Returns”UseMutationResult<boolean, Error, void, unknown>