Web3S_Demo > Web 3S Eth Get Block by Number Async Task > Eth Get Block by Number

Eth Get Block by Number

Returns information about a block by number.

Inputs

In
Exec

Url
String

The URL to send the request to.

Http Headers
Web 3S Http Headers Structure

[Optional] Additional HTTP headers that will be appended to the request.

Block Number
String

A hex string representing the block number or the string "latest".

Full Transaction Object
Boolean

If true it returns the full transaction objects, if false only the hashes of the transactions.

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String

Response
Web 3S Http Response Structure (by ref)

Block Object
Web 3S Eth Block Object Structure (by ref)