diff --git a/src/api/archive_unstable_finalizedHeight.md b/src/api/archive_unstable_finalizedHeight.md index ed3350d..b9e0d65 100644 --- a/src/api/archive_unstable_finalizedHeight.md +++ b/src/api/archive_unstable_finalizedHeight.md @@ -2,7 +2,7 @@ **Parameters**: *none* -**Return value**: String containing the hexadecimal-encoded height of the current finalized block of the chain. +**Return value**: An integer height of the current finalized block of the chain. The value returned by this function must only ever increase over time. In other words, if calling this function returns `N`, then calling it again later must return a value superior or equal to `N`. diff --git a/src/api/archive_unstable_hashByHeight.md b/src/api/archive_unstable_hashByHeight.md index 17b2a4e..6dda836 100644 --- a/src/api/archive_unstable_hashByHeight.md +++ b/src/api/archive_unstable_hashByHeight.md @@ -2,7 +2,7 @@ **Parameters**: -- `height`: String containing an hexadecimal-encoded integer. +- `height`: Integer representing the height of the block. **Return value**: Array (possibly empty) of strings containing an hexadecimal-encoded hash of a block header.