Skip to content

useApproveAllowance

useApproveAllowance(props?): UseMutationResult<TransactionReceipt, Error, { amount: bigint; }, unknown>

Defined in: packages/iso-filecoin-synapse/src/hooks/erc20.ts:102

Approve the allowance of the USDFC token to the payments contract.

ParameterType
props?ApproveAllowanceProps

UseMutationResult<TransactionReceipt, Error, { amount: bigint; }, unknown>