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

Eth Get Block by Hash

Returns information about a block by hash.

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 Hash
String

A hex string representing the hash (32 bytes) of a block.

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)