Skip to content

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.

ParameterTypeDescription
props?UseWatchUsdfcPropsThe props for the add USDFC.

UseMutationResult<boolean, Error, void, unknown>