get blocks hashes by timestamps.bin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | timestampBegin || yes || Time stamp to start || uint64 |- | secondsCount || yes || Numbe...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:get_blocks_hashes_by_timestamps.bin}} | |||
== Input == | == Input == | ||
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 09:25, 24 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
timestampBegin | yes | Time stamp to start | uint64 |
secondsCount | yes | Number of seconds after timestampBegin to end | uint64 |
Output
Argument | Description | Format |
---|---|---|
blockHashes | List of block hashes | array |
status | Status of the request, "OK" if successful | string |