Gets all Blockchain transactions between a specified range of blocks.
|
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 Start
Integer64
|
Start of the block number range. Must be less or equal to BlockNumberEnd. |
|
Block Number End
Integer64
|
End of the block number range. Must be greater or equal to BlockNumberStart. |
|
Addresses
Array of Strings
|
Transactions will be filtered by any address that matches their "To" or "From" fields. If empty, no filtering will be applied. |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Response
Web 3S Http Response Structure (by ref)
|
|
|
Transactions
Array of Web 3S Eth Transaction Info Structures
|