ClientVersion returns the node name
()
| 410 | |
| 411 | // ClientVersion returns the node name |
| 412 | func (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. |