RPCVersionList represents a list of RPC versions supported by a RPC peer. An
| 79 | |
| 80 | // RPCVersionList represents a list of RPC versions supported by a RPC peer. An |
| 81 | type RPCVersionList struct { |
| 82 | Versions []RPCVersion `json:"versions"` |
| 83 | } |
| 84 | |
| 85 | // ParseRPCVersionList parses a version string in the format |
| 86 | // "major.minor,major.minor" into a RPCVersionList. |
nothing calls this directly
no outgoing calls
no test coverage detected