Get Blocks
Returns the blocks for the given block range.
Arguments¶
| Parameter | Type | Required | Description |
|---|---|---|---|
start_height | u32 | Yes | The starting block height of the requested blocks |
end_height | u32 | Yes | The ending block height of the requested blocks |
Response¶
| Parameter | Type | Description |
|---|---|---|
result | array | The requested blocks |
| ```` |