Interface JSONRPCVersionResponse

interface JSONRPCVersionResponse {
    version: JSONRPCVersionResponseVersion;
}

Properties

Properties