Filecoin.ClientImport
Filecoin.ClientImport将指定路径的文件导入文件库。
参数
- fileRef:要导入的文件
返回值
Filecoin.ClientImport调用返回调入结果对象。
示例代码
请求:
curl -X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc":"2.0",
"method":"Filecoin.ChainDeleteObj",
"params":[
{
"Path": "string value",
"IsCAR": true
}
],
"id":7878
}' \
http://127.0.0.1:1234/rpc/v0
响应:
{
"id": 7878,
"jsonrpc": "2.0",
"result": {
"Root": {
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
},
"ImportID": 50
}
}