MCPcopy Create free account
hub / github.com/CPChain/chain / ClientVersion

Method ClientVersion

node/api.go:412–414  ·  view source on GitHub ↗

ClientVersion returns the node name

()

Source from the content-addressed store, hash-verified

410
411// ClientVersion returns the node name
412func (s *PublicWeb3API) ClientVersion() string {
413 return s.stack.Server().Name
414}
415
416// Sha3 applies the cpchain sha3 implementation on the input.
417// It assumes the input is hex encoded.

Callers

nothing calls this directly

Calls 1

ServerMethod · 0.80

Tested by

no test coverage detected