web3-Namespace

List of supported RPC methods for w3.Client in the web3-namespace.

web3_clientVersion

ClientVersion requests the endpoints client version.

var clientVersion string
client.Call(
    web3.ClientVersion().Returns(&clientVersion),
)