useStorage

Get the configured ThirdwebStorage instance

function useStorage():
  | undefined
  | ThirdwebStorage<IpfsUploadBatchOptions>;

Returns

The storageInterface configured on the ThirdwebProvider

type ReturnType = undefined | ThirdwebStorage<IpfsUploadBatchOptions>;