Web3S_Demo > Web 3S Json Rpc Batch Request Async Task > JSON-RPC Batch Request

JSON-RPC Batch Request

Sends a JSON-RPC batch request to the specified URL in order to invoke a method.
Optionally, parameters can be specified (in JSON format) that will be used during the invocation of the method.

Inputs

In
Exec

Url
String

JSON-RPC URL the request is sent to.

Http Headers
Web 3S Http Headers Structure

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

Batch Request Data
Array of Web 3S Json Rpc Batch Request Data Structures

A list of requests that will be batched Method The name of the method to be invoked.

Outputs

Out
Exec

Completed
Exec

Success
Boolean

Error Message
String

Response
Web 3S Http Response Structure (by ref)