获取文件在Filecoin上的状态
Get Filecoin storage status of a file
getFileStatus(dealId)
The following code example returns the FIlecoin storage status of a paid file. This method requires the deal id of the deal. This can also be obtained by the getUploads method.
Parameters
dealId: deal id of the file
Return
Returns the response from the /deal/log/
API
Last updated