Skip to content

Commit

Permalink
Add totalSignedBlocks function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Nov 22, 2023
1 parent 9628c5f commit e61713e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/node/precompiles/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ interface Staking {
address _validator
) external view returns (uint256 count);
/**
@dev Get total signed blocks count by all validators.
@return The amount of blocks signed by all validators.
*/
function totalSignedBlocks() external view returns (uint256 count);
/**
@dev Get commission of validator.
@param _validator The address of the target validator.
Expand Down

0 comments on commit e61713e

Please sign in to comment.