Get activated protocol features
post
Retreives the activated protocol features for producer node
Body
Responses
200
OK
application/json
post
POST /v1/chain/get_activated_protocol_features HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 96
{
"params": {
"lower_bound": 1,
"upper_bound": 1,
"limit": 1,
"search_by_block_num": true,
"reverse": true
}
}
200
OK
{
"activated_protocol_features": [
"text"
],
"more": 1
}