激活动作返回值协议
cleos push action eosio activate '["c3a6138c5061cf291310887c0b5c71fcaffeab90d5deb50d3b9e687cead45071"]'
查询是否已开启
curl -X POST http://localhost:8888/v1/producer/get_supported_protocol_features | jq -r
...
{
"feature_digest": "c3a6138c5061cf291310887c0b5c71fcaffeab90d5deb50d3b9e687cead45071",
"subjective_restrictions": {
"enabled": true,
"preactivation_required": true,
"earliest_allowed_activation_time": "1970-01-01T00:00:00.000"
},
"description_digest": "69b064c5178e2738e144ed6caa9349a3995370d78db29e494b3126ebd9111966",
"dependencies": [],
"protocol_feature_type": "builtin",
"specification": [
{
"name": "builtin_feature_codename",
"value": "ACTION_RETURN_VALUE"
}
]
}
...
版权属于:区块链中文技术社区 / 转载原创者
本文链接:https://bcskill.com/index.php/archives/974.html
相关技术文章仅限于相关区块链底层技术研究,禁止用于非法用途,后果自负!本站严格遵守一切相关法律政策!