Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/api/archive_unstable_finalizedHeight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion src/api/archive_unstable_hashByHeight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down