UseFundWalletProps
Defined in: synapse-react/src/calibration.ts:8
Properties
Section titled “Properties”mutation?
Section titled “mutation?”
optionalmutation:Omit<MutateOptions<TransactionReceipt,Error,void,unknown>,"mutationFn">
Defined in: synapse-react/src/calibration.ts:12
The mutation options.
onHash()?
Section titled “onHash()?”
optionalonHash: (hash) =>void
Defined in: synapse-react/src/calibration.ts:16
The callback to call when the hash is available.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
hash | string |
Returns
Section titled “Returns”void