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

JSON-RPC Request

Sends a JSON-RPC 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.

Method
String

The name of the method to be invoked.

Params
String

[Optional] Parameters (in JSON format) to be used during the invocation of the method.

Outputs

Out
Exec

Completed
Exec

Success
Boolean

Error Message
String

Response
Web 3S Http Response Structure (by ref)