get_activated_protocol_features

The get_activated_protocol_features method retrieves the activated protocol features for a producer node in the EOS blockchain. This method is crucial for developers and block producers to identify and understand the protocol features activated on a node, ensuring proper configuration and management of producer nodes.

Example use cases:

Producer Node Management
Developers and block producers can utilize this method to analyze and manage the activated protocol features, ensuring the optimal configuration of producer nodes.

Protocol Feature Exploration
This method allows users and developers to explore and understand the activated protocol features on the blockchain, enhancing their interaction and experience with the EOS blockchain.

Enhanced Feature Retrieval
The method provides extensive filtering options for retrieving activated protocol features, enabling users to efficiently manage and interact with the protocol features.


Parameters

parameter
type
description
params
object (required)
Defines the filters for retrieving protocol features.
lowerBound
integer
Lower bound.
upperBound
integer
Upper bound.
limit
integer (default: 10)
Limit of results to return.
searchByBlockNum
boolean (required)
Whether to search by block number.
reverse
boolean (required)
Whether to search in reverse.

Return Object
field
type
description
activated_protocol_features
array of strings (required)
List of activated protocol features.
more
integer
If more results exist beyond the limit, returns the ordinal for the next feature; otherwise returns 0.

JSON-RPC Request Example

get_activated_protocol_features Request

Response Example
get_activated_protocol_features Response

Share on
Share on FacebookShare on XShare on LinkedIn
Did you find this page useful?