fenine_getSigners
fenine_* Methods
fenine_getSigners
Get list of authorized signers (bootstrap nodes)
GET
fenine_getSigners
Overview
Retrieves the list of authorized signers (bootstrap nodes) at a given block. These are the addresses authorized to produce blocks in the Fenine consensus.Parameters
Block number in hex or “latest”
Response
Array of signer addresses (e.g.,
["0x1234...", "0x5678..."])Examples
Response Example
Use Cases
Monitor Bootstrap Nodes
Monitor Bootstrap Nodes
Track which bootstrap nodes are authorized to produce blocks.
Verify Network Security
Verify Network Security
Ensure the network has sufficient authorized signers for security.
Build Node Monitoring
Build Node Monitoring
Create dashboards to monitor signer activity and uptime.
Notes
Bootstrap nodes (signers) are different from validators. Signers authorize blocks at the consensus layer, while validators stake and earn rewards at the contract layer.
Related Methods
fenine_getSnapshot
Get full snapshot with signer activity
getActiveValidators
Get active validators from contract