Eth JSON-RPC: implement web3_clientVersion

This commit is contained in:
ychiao
2023-01-24 22:56:04 -05:00
parent 926e2b04b7
commit ee6af9de61
11 changed files with 57 additions and 0 deletions
@@ -291,6 +291,8 @@
* [WalletSignMessage](#WalletSignMessage)
* [WalletValidateAddress](#WalletValidateAddress)
* [WalletVerify](#WalletVerify)
* [Web3](#Web3)
* [Web3ClientVersion](#Web3ClientVersion)
##
@@ -9207,3 +9209,16 @@ Inputs:
Response: `true`
## Web3
### Web3ClientVersion
Returns the client version
Perms: read
Inputs: `null`
Response: `"string value"`