web3_clientVersion

Returns the current version of the Byzanlink Bundler.

Parameters

Body

Param
Type
Description
Required

method

string

Name of method in this case: web3_clientVersion

Required

params

array

An empty array with no specific params

Required

id

string

id for request determined by client for JSON RPC requests

Required

jsonrpc

string

JSON RPC version in this case 2.0.0

Required

Request

Request Type: POST

{  
    "method": "web3_clientVersion",  
    "params": [],  
    "id": 1,  
    "jsonrpc": "2.0"
}

Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "byzanlink-bundler/v1.0.0-"
}

Last updated