Filecoin.ChainGetParentMessages
Filecoin.ChainGetParentMessages返回指定区块的父链头集合中存储的消息。
参数
- cid:指定的区块CID
返回值
Filecoin.ChainGetParentMessages调用返回存储在区块父链头集合中的消息。
示例代码
请求:
curl -X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc":"2.0",
"method":"Filecoin.ChainGetParentMessages",
"params":[{"/","bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"}],
"id":7878
}' \
http://127.0.0.1:1234/rpc/v0
响应:
{
"id": 7878,
"jsonrpc": "2.0",
"result": null
}