Filecoin.ClientGenCar
Filecoin.ClientGenCar为指定文件生成CAR文件。
参数
- ref:要生成CAR的文件,FileRef对象
- outpath:生成的CAR文件的输出路径
返回值
无
示例代码
请求:
curl -X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc":"2.0",
"method":"Filecoin.ClientGenCar",
"params":[
{
"Path": "string value",
"IsCAR": true
},
"string value"
],
"id":7878
}' \
http://127.0.0.1:1234/rpc/v0
响应:
{
"id": 7878,
"jsonrpc": "2.0",
"result": {}
}