Filecoin.ChainHead
Filecoin.ChainHead返回当前链头。
参数
无
返回值
Filecoin.ChainHead调用返回当前链头集合。
示例代码
请求:
curl -X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc":"2.0",
"method":"Filecoin.ChainHead",
"params":[],
"id":7878
}' \
http://127.0.0.1:1234/rpc/v0
响应:
{
"id": 7878,
"jsonrpc": "2.0",
"result": {
"Cids": null,
"Blocks": null,
"Height": 0
}
}