UseCreateDataSetProps
Defined in: packages/synapse-react/src/warm-storage/use-create-data-set.ts:8
Properties
Section titled “Properties”mutation?
Section titled “mutation?”optional mutation: Omit<MutateOptions<DataSetCreatedResponse, Error, UseCreateDataSetVariables, unknown>, "mutationFn">;Defined in: packages/synapse-react/src/warm-storage/use-create-data-set.ts:13
onHash()?
Section titled “onHash()?”optional onHash: (hash) => void;Defined in: packages/synapse-react/src/warm-storage/use-create-data-set.ts:12
The callback to call when the hash is available.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
hash | string |
Returns
Section titled “Returns”void