UseWithdrawProps
UseWithdrawProps =
Omit<WithdrawOptions,"amount"> &object
Defined in: synapse-react/src/payments/index.ts:174
Type Declaration
Section titled “Type Declaration”mutation?
Section titled “mutation?”
optionalmutation:Omit<MutateOptions<TransactionReceipt,Error,UseWithdrawVariables>,"mutationFn">
onHash()?
Section titled “onHash()?”
optionalonHash: (hash) =>void
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
hash | string |
Returns
Section titled “Returns”void